Skip to content

Commit

Permalink
fix: tunned puppetserver and puppetdb, so it does not eat too much of…
Browse files Browse the repository at this point in the history
… memory
  • Loading branch information
ashish1099 committed Nov 25, 2024
1 parent 3f2140b commit 518ab12
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions argocd-helm-charts/puppetserver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ puppetserver:
masters:
ingress:
enabled: false
extraEnv:
PUPPETSERVER_JAVA_ARGS: "-XX:+HeapDumpOnOutOfMemoryError"
PUPPETSERVER_MAX_ACTIVE_INSTANCES: 3
PUPPETSERVER_MAX_REQUESTS_PER_INSTANCE: 10000

r10k:
asSidecar: false
Expand All @@ -21,6 +25,7 @@ puppetserver:
name: puppetdb
extraEnv:
PUPPETDB_POSTGRES_HOSTNAME: puppetserver-pgsql-rw
PUPPETDB_JAVA_ARGS: "-Xms256m -Xmx256m -XX:+HeapDumpOnOutOfMemoryError"

puppetboard:
enabled: true
Expand Down

0 comments on commit 518ab12

Please sign in to comment.