Skip to content

Commit

Permalink
Added -Djava.net.preferIPv4Stack=true: incorrect routing was causing …
Browse files Browse the repository at this point in the history
…loads of packet drops on the wrong interface on my local box
  • Loading branch information
belaban committed Aug 29, 2024
1 parent e5ad28a commit 9bb6fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/jgroups.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if [ -f $HOME/logging.properties ]; then
fi;

#JG_FLAGS="-Djgroups.bind_addr=match-address:192.168.1.*"
FLAGS="-server -Xmx1G -Xms500M -XX:+HeapDumpOnOutOfMemoryError"
FLAGS="-server -Xmx1G -Xms500M -XX:+HeapDumpOnOutOfMemoryError -Djava.net.preferIPv4Stack=true"

#FLAGS="$FLAGS -Duser.language=de"

Expand Down

0 comments on commit 9bb6fe9

Please sign in to comment.