Skip to content

Commit

Permalink
Merge pull request #12484 from jrafanie/increase_worker_memory_thresh…
Browse files Browse the repository at this point in the history
…olds

Increase worker memory thresholds to avoid frequent restarts.
(cherry picked from commit d6f4466)

https://bugzilla.redhat.com/show_bug.cgi?id=1391687
  • Loading branch information
gtanzillo authored and chessbyte committed Nov 7, 2016
1 parent 02b4259 commit a06b8a9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/settings.yml
Expand Up @@ -1230,7 +1230,7 @@
:gc_interval: 15.minutes
:heartbeat_freq: 10.seconds
:heartbeat_timeout: 2.minutes
:memory_threshold: 200.megabytes
:memory_threshold: 400.megabytes
:nice_delta: 10
:parent_time_threshold: 3.minutes
:poll: 3.seconds
Expand All @@ -1240,7 +1240,6 @@
:starting_timeout: 10.minutes
:ems_refresh_core_worker:
:poll: 1.seconds
:memory_threshold: 400.megabytes
:nice_delta: 1
:thread_shutdown_timeout: 10.seconds
:event_catcher:
Expand Down Expand Up @@ -1329,7 +1328,7 @@
:defaults:
:cpu_usage_threshold: 100.percent
:dequeue_method: :drb
:memory_threshold: 400.megabytes
:memory_threshold: 500.megabytes
:poll_method: :normal
:queue_timeout: 10.minutes
:ems_metrics_collector_worker:
Expand All @@ -1352,7 +1351,7 @@
:ems_metrics_collector_worker_vmware: {}
:ems_metrics_processor_worker:
:count: 2
:memory_threshold: 400.megabytes
:memory_threshold: 600.megabytes
:nice_delta: 7
:poll_method: :escalate
:ems_refresh_worker:
Expand Down Expand Up @@ -1399,6 +1398,7 @@
:poll_method: :normal
:queue_timeout: 60.minutes
:priority_worker:
:memory_threshold: 600.megabytes
:count: 2
:nice_delta: 1
:poll: 1.seconds
Expand Down Expand Up @@ -1432,7 +1432,7 @@
:job_timeout_interval: 60.seconds
:log_active_configuration_interval: 1.days
:log_database_statistics_interval: 1.days
:memory_threshold: 300.megabytes
:memory_threshold: 500.megabytes
:nice_delta: 3
:orchestration_stack_retired_interval: 10.minutes
:load_balancer_retired_interval: 10.minutes
Expand Down

0 comments on commit a06b8a9

Please sign in to comment.