feat: update jdk11 for puppetdb

- specify the java_bin
- specify the java_args
This commit is contained in:
2024-04-06 19:53:19 +11:00
parent 258cedb566
commit ed60e18062
3 changed files with 15 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
profiles::puppet::puppetdb_api::java_bin: /usr/lib/jvm/jre-11/bin/java
profiles::puppet::puppetdb_api::java_args:
'-Xmx': '512m'
'-Xms': '256m'