Skip to content

Commit

Permalink
Merge pull request #20383 from agrare/bump_memory_thresholds
Browse files Browse the repository at this point in the history
Bump the memory limits for metrics and queue workers
  • Loading branch information
jrafanie authored Jul 23, 2020
2 parents 1f75fb1 + 7085adc commit cca2bd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1121,19 +1121,19 @@
:queue_worker_base:
:defaults:
:dequeue_method: :drb
:memory_threshold: 500.megabytes
:memory_threshold: 600.megabytes
:poll_method: :normal
:queue_timeout: 10.minutes
:ems_metrics_collector_worker:
:defaults:
:count: 2
:memory_threshold: 400.megabytes
:memory_threshold: 600.megabytes
:nice_delta: 3
:poll_method: :escalate
:ems_metrics_collector_worker_google: {}
:ems_metrics_processor_worker:
:count: 2
:memory_threshold: 600.megabytes
:memory_threshold: 800.megabytes
:nice_delta: 7
:poll_method: :escalate
:ems_operations_worker: {}
Expand Down

0 comments on commit cca2bd8

Please sign in to comment.