tweak heap variables in rcscript to match openvox-server

This commit is contained in:
sebastia
2026-05-16 20:17:53 +00:00
parent 4b3126675e
commit 2a200b159a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
COMMENT-main = fast, scalable, and reliable data warehouse for OpenVox
COMMENT-plugin =OpenVoxDB terminus plugin
REVISION = 0
REVISION = 1
VERSION = 8.12.1
DISTNAME = openvoxdb-${VERSION}
PKGNAME-plugin =openvoxdb-termini-${VERSION}
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/ksh
daemon=$(${LOCALBASE}/bin/javaPathHelper -c openvoxdb)
daemon_flags='-Xmx192m -Djdk.tls.ephemeralDHKeySize=2048 -Dlogappender=F1 -XX:OnOutOfMemoryError="kill -9 %p" -XX:ErrorFile=/var/log/puppetlabs/puppetdb/puppetdb_err_pid%p.log -cp ${PREFIX}/share/puppetlabs/puppetdb/puppetdb.jar clojure.main -m puppetlabs.puppetdb.cli.services --config ${SYSCONFDIR}/puppetlabs/puppetdb/conf.d --bootstrap-config ${SYSCONFDIR}/puppetlabs/puppetdb/bootstrap.cfg --restart-file /var/puppetlabs/puppetdb/data/restartcounter'
daemon_flags='-Xms1g -Xmx5g -Djdk.tls.ephemeralDHKeySize=2048 -Dlogappender=F1 -XX:OnOutOfMemoryError="kill -9 %p" -XX:ErrorFile=/var/log/puppetlabs/puppetdb/puppetdb_err_pid%p.log -cp ${PREFIX}/share/puppetlabs/puppetdb/puppetdb.jar clojure.main -m puppetlabs.puppetdb.cli.services --config ${SYSCONFDIR}/puppetlabs/puppetdb/conf.d --bootstrap-config ${SYSCONFDIR}/puppetlabs/puppetdb/bootstrap.cfg --restart-file /var/puppetlabs/puppetdb/data/restartcounter'
daemon_user="_puppetdb"
daemon_timeout=120