Skip to content

Commit

Permalink
[ML] Fixes model memory limit for metricbeat system module jobs (elas…
Browse files Browse the repository at this point in the history
  • Loading branch information
peteharverson committed Jul 23, 2019
1 parent 93e4815 commit 0e32f69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
]
},
"analysis_limits": {
"model_memory_limit": "256mb"
"model_memory_limit": "25mb"
},
"data_description": {
"time_field": "@timestamp",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
]
},
"analysis_limits": {
"model_memory_limit": "256mb"
"model_memory_limit": "25mb"
},
"data_description": {
"time_field": "@timestamp",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
]
},
"analysis_limits": {
"model_memory_limit": "256mb"
"model_memory_limit": "15mb"
},
"data_description": {
"time_field": "@timestamp",
Expand Down

0 comments on commit 0e32f69

Please sign in to comment.