Skip to content

Commit 90889c0

Browse files
committed
refactor: make mystamps.conf source-able by quoting a value with spaces
Part of #383 [skip ci]
1 parent b4e5123 commit 90889c0

File tree

1 file changed

+1
-1
lines changed
  • infra/vagrant/provisioning/roles/mystamps-app/templates

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# This file is being read and used by /etc/systemd/system/mystamps.service
22
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
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'

0 commit comments

Comments
 (0)