Skip to content

Commit 8b20f53

Browse files
pablomhclaude
andcommitted
Set httpd MPM event tuning values per profile
Add httpd ServerLimit and MaxRequestWorkers overrides to each tuning profile, matching the values from foreman-installer custom-hiera tuning sizes. All tuning profiles (medium, large, extra-large, extra-extra-large): ServerLimit=64, MaxRequestWorkers=1024 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7365861 commit 8b20f53

4 files changed

Lines changed: 12 additions & 0 deletions

File tree

src/vars/tuning/extra-extra-large.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
min_cpu_cores: 48
33
min_ram_mb: 262144
44

5+
httpd_server_limit: 64
6+
httpd_max_request_workers: 1024
7+
58
postgresql_max_connections: 1000
69
postgresql_shared_buffers: 32GB
710
postgresql_effective_cache_size: 64GB

src/vars/tuning/extra-large.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
min_cpu_cores: 32
33
min_ram_mb: 131072
44

5+
httpd_server_limit: 64
6+
httpd_max_request_workers: 1024
7+
58
postgresql_max_connections: 1000
69
postgresql_shared_buffers: 16GB
710
postgresql_effective_cache_size: 32GB

src/vars/tuning/large.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
min_cpu_cores: 16
33
min_ram_mb: 65536
44

5+
httpd_server_limit: 64
6+
httpd_max_request_workers: 1024
7+
58
postgresql_max_connections: 1000
69
postgresql_shared_buffers: 8GB
710
postgresql_effective_cache_size: 16GB

src/vars/tuning/medium.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
min_cpu_cores: 8
33
min_ram_mb: 32768
44

5+
httpd_server_limit: 64
6+
httpd_max_request_workers: 1024
7+
58
postgresql_max_connections: 1000
69
postgresql_shared_buffers: 4GB
710
postgresql_effective_cache_size: 8GB

0 commit comments

Comments
 (0)