[TEST] Fix more side effects of elastic/x-pack-elasticsearch#2975 on machines with < 16GB RAM

Our rolling upgrade tests were failing on many machines due to using
the 5.x default of 4GB model_memory_limit, which then propagated forward
to 6.1+ even though the default is now lower.

Original commit: elastic/x-pack-elasticsearch@3b23d8fe9d
This commit is contained in:
David Roberts 2017-12-04 09:32:16 +00:00
parent 409492808f
commit df9dd77656
4 changed files with 15 additions and 0 deletions

View File

@ -62,6 +62,9 @@ setup:
"bucket_span": "60s",
"detectors" :[{"function":"metric","field_name":"responsetime","by_field_name":"airline"}]
},
"analysis_limits" : {
"model_memory_limit": "50mb"
},
"data_description" : {
"format":"xcontent",
"time_field":"time",

View File

@ -40,6 +40,9 @@ setup:
"bucket_span": "60s",
"detectors" :[{"function":"count"}]
},
"analysis_limits" : {
"model_memory_limit": "50mb"
},
"data_description" : {
"format":"xcontent",
"time_field":"time"

View File

@ -14,6 +14,9 @@
"bucket_span": "60s",
"detectors" :[{"function":"metric","field_name":"responsetime","by_field_name":"airline"}]
},
"analysis_limits" : {
"model_memory_limit": "50mb"
},
"data_description" : {
"format":"xcontent",
"time_field":"time",
@ -62,6 +65,9 @@
"bucket_span": "60s",
"detectors" :[{"function":"count","field_name":""}]
},
"analysis_limits" : {
"model_memory_limit": "50mb"
},
"data_description" : {
"format":"xcontent",
"time_field":"time",

View File

@ -14,6 +14,9 @@
"bucket_span": "60s",
"detectors" :[{"function":"count"}]
},
"analysis_limits" : {
"model_memory_limit": "50mb"
},
"data_description" : {
"format":"xcontent",
"time_field":"time"