[ML] Fixes model memory limit for metricbeat system module jobs (#41747) (#41752)

This commit is contained in:
Pete Harverson 2019-07-23 13:01:40 +01:00 committed by GitHub
parent 93e4815b61
commit feb77574db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@
]
},
"analysis_limits": {
"model_memory_limit": "256mb"
"model_memory_limit": "25mb"
},
"data_description": {
"time_field": "@timestamp",

View file

@ -31,7 +31,7 @@
]
},
"analysis_limits": {
"model_memory_limit": "256mb"
"model_memory_limit": "25mb"
},
"data_description": {
"time_field": "@timestamp",

View file

@ -16,7 +16,7 @@
]
},
"analysis_limits": {
"model_memory_limit": "256mb"
"model_memory_limit": "15mb"
},
"data_description": {
"time_field": "@timestamp",