dist: allow specify JVM options from sysconfig (#93)

Add SCYLLA_JMX_JVM_OPTS on sysconfig to specify JVM options.

Reviewed-by: Ľuboš Koščo <lubos@scylladb.com>

Fixes #58
This commit is contained in:
Takuya ASADA 2020-01-27 20:12:20 +09:00 committed by Avi Kivity
parent 46681753cd
commit 773a82d539
1 changed files with 3 additions and 0 deletions

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=""