Skip to content

Commit

Permalink
Fixes #33214: Set minimum Puma threads equal to maximum puma threads …
Browse files Browse the repository at this point in the history
…by default

This has been shown to prevent memory leaks that can appear in Foreman
when running under Puma. This only changes the default to match and
users must still be aware of this potential when changing the tunings.
  • Loading branch information
ehelms committed Aug 4, 2021
1 parent 24ca255 commit b6f3113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
$foreman_service = 'foreman'
$foreman_service_ensure = 'running'
$foreman_service_enable = true
$foreman_service_puma_threads_min = 0
$foreman_service_puma_threads_min = 16
$foreman_service_puma_threads_max = 16
$foreman_service_puma_workers = 2

Expand Down

0 comments on commit b6f3113

Please sign in to comment.