We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28337f8 commit c163e25Copy full SHA for c163e25
x-pack/plugins/ml/server/models/job_validation/messages.js
@@ -443,10 +443,13 @@ export const getMessages = () => {
443
},
444
mml_greater_than_max_mml: {
445
status: 'ERROR',
446
- text: i18n.translate('xpack.ml.models.jobValidation.messages.mmlGreaterThanMaxMmlMessage', {
447
- defaultMessage:
448
- 'The model memory limit is greater than the max model memory limit configured for this cluster.',
449
- }),
+ text: i18n.translate(
+ 'xpack.ml.models.jobValidation.messages.mmlGreaterThanEffectiveMaxMmlMessage',
+ {
+ defaultMessage:
450
+ 'The model memory limit is greater than the max model memory limit configured for this cluster.',
451
+ }
452
+ ),
453
454
mml_value_invalid: {
455
0 commit comments