Skip to content

Commit

Permalink
memory limits
Browse files Browse the repository at this point in the history
raised memory limits to 128mb which is larger than the highest observed peak model bytes for the most memory hungry jobs in this event class.
  • Loading branch information
Craig committed Jun 14, 2021
1 parent fa596d3 commit f252962
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"allow_lazy_open": true,
"analysis_limits": {
"model_memory_limit": "2mb"
"model_memory_limit": "128mb"
},
"data_description": {
"time_field": "@timestamp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"allow_lazy_open": true,
"analysis_limits": {
"model_memory_limit": "12mb"
"model_memory_limit": "128mb"
},
"data_description": {
"time_field": "@timestamp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"allow_lazy_open": true,
"analysis_limits": {
"model_memory_limit": "2mb"
"model_memory_limit": "128mb"
},
"data_description": {
"time_field": "@timestamp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"allow_lazy_open": true,
"analysis_limits": {
"model_memory_limit": "3mb"
"model_memory_limit": "128mb"
},
"data_description": {
"time_field": "@timestamp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"allow_lazy_open": true,
"analysis_limits": {
"model_memory_limit": "6mb"
"model_memory_limit": "128mb"
},
"data_description": {
"time_field": "@timestamp"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"allow_lazy_open": true,
"analysis_limits": {
"model_memory_limit": "2mb"
"model_memory_limit": "128mb"
},
"data_description": {
"time_field": "@timestamp"
Expand Down

0 comments on commit f252962

Please sign in to comment.