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

This commit is contained in:
Pete Harverson 2019-07-23 12:54:59 +01:00 committed by GitHub
parent af960a8c39
commit 201b03f617
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",