mirror of
https://github.com/retoaccess1/haveno-reto.git
synced 2024-11-10 05:03:35 +01:00
remove extra quote from java opts
This commit is contained in:
parent
c2b816e5f0
commit
c1c8c6fa85
@ -5,7 +5,7 @@
|
|||||||
JAVA_HOME=/usr/lib/jvm/openjdk-21
|
JAVA_HOME=/usr/lib/jvm/openjdk-21
|
||||||
|
|
||||||
# java memory and remote management options
|
# java memory and remote management options
|
||||||
JAVA_OPTS="-Xms4096M -Xmx4096M" -XX:+ExitOnOutOfMemoryError"
|
JAVA_OPTS="-Xms4096M -Xmx4096M -XX:+ExitOnOutOfMemoryError"
|
||||||
|
|
||||||
# use external tor (change to -1 for internal tor binary)
|
# use external tor (change to -1 for internal tor binary)
|
||||||
HAVENO_EXTERNAL_TOR_PORT=9051
|
HAVENO_EXTERNAL_TOR_PORT=9051
|
||||||
|
Loading…
Reference in New Issue
Block a user