Skip to content

Commit

Permalink
refactor: make mystamps.conf source-able by quoting a value with spaces
Browse files Browse the repository at this point in the history
Part of #383

[skip ci]
  • Loading branch information
php-coder committed Sep 5, 2022
1 parent b4e5123 commit 90889c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This file is being read and used by /etc/systemd/system/mystamps.service
SPRING_PROFILES_ACTIVE={{ profile }}
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 comments on commit 90889c0

Please sign in to comment.