We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4e5123 commit 90889c0Copy full SHA for 90889c0
infra/vagrant/provisioning/roles/mystamps-app/templates/mystamps.conf
@@ -1,3 +1,3 @@
1
# This file is being read and used by /etc/systemd/system/mystamps.service
2
SPRING_PROFILES_ACTIVE={{ profile }}
3
-JAVA_OPTS=-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/data/heap-dumps -XX:+UseCompressedOops -Dsun.rmi.dgc.client.gcInterval=86400000 -Dsun.rmi.dgc.server.gcInterval=86400000 -Djava.security.egd=file:/dev/./urandom -Xmx128m -Xss256k
+JAVA_OPTS='-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/data/heap-dumps -XX:+UseCompressedOops -Dsun.rmi.dgc.client.gcInterval=86400000 -Dsun.rmi.dgc.server.gcInterval=86400000 -Djava.security.egd=file:/dev/./urandom -Xmx128m -Xss256k'
0 commit comments