Skip to content

Commit

Permalink
Change Puma defaults to 2 workers with each 10 threads and 10 DB conn…
Browse files Browse the repository at this point in the history
…ections
  • Loading branch information
svkrieger committed Oct 22, 2024
1 parent 7091910 commit 5b44461
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions jobs/cloud_controller_ng/spec
Original file line number Diff line number Diff line change
Expand Up @@ -1263,14 +1263,15 @@ properties:

cc.puma.workers:
description: "Number of workers for Puma webserver."
default: 3
default: 2

cc.puma.max_threads:
description: "Maximum number of threads per Puma webserver worker."
default: 2
default: 10

cc.puma.max_db_connections_per_process:
description: "Maximum database connections for Puma per process (main + Puma workers), if not set the ccng value is used (default)"
description: "Maximum database connections for Puma per process (main + Puma workers)."
default: 10

cc.update_metric_tags_on_rename:
description: "Enable sending a Desired LRP update when an app is renamed"
Expand Down

0 comments on commit 5b44461

Please sign in to comment.