mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Force IPv4 to prevent issues if IPv6 in use
This commit is contained in:
parent
4a9fa62a65
commit
bcf5924aeb
@ -5,7 +5,7 @@
|
||||
JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64
|
||||
|
||||
# java memory and remote management options
|
||||
JAVA_OPTS="-Xms4096M -Xmx4096M -XX:+ExitOnOutOfMemoryError"
|
||||
JAVA_OPTS="-Xms4096M -Xmx4096M -XX:+ExitOnOutOfMemoryError -Djava.net.preferIPv4Stack=true"
|
||||
|
||||
# use external tor (change to -1 for internal tor binary)
|
||||
BISQ_EXTERNAL_TOR_PORT=9051
|
||||
|
Loading…
Reference in New Issue
Block a user