dist: allow specify JVM options from sysconfig

Add SCYLLA_JMX_JVM_OPTS on sysconfig to specify JVM options.

fixes #58
This commit is contained in:
Takuya ASADA 2020-01-06 15:59:50 +09:00
parent 4c8660d41a
commit 65090397f9

View File

@ -27,3 +27,6 @@ SCYLLA_JMX_LOCAL="-l /opt/scylladb/jmx"
# allow debug
#SCYLLA_JMX_DEBUG="-d"
# specify JVM options
JAVA_TOOL_OPTIONS=""