feat: increase puppetdb api Xmx

- change java args to use 2048mb of memory
This commit is contained in:
Ben Vincent 2024-05-22 21:37:00 +10:00
parent 4b0ff2deee
commit 6035af37a1

View File

@ -1,5 +1,5 @@
---
profiles::puppet::puppetdb_api::java_bin: /usr/lib/jvm/jre-11/bin/java
profiles::puppet::puppetdb_api::java_args:
'-Xmx': '512m'
'-Xmx': '2048m'
'-Xms': '256m'