Skip to content

Commit

Permalink
Update Java options as described in bisq-network#5609 and bisq-networ…
Browse files Browse the repository at this point in the history
  • Loading branch information
ripcurlx committed Jul 19, 2021
1 parent 3512313 commit e020185
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion desktop/package/package.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,11 @@ task packageInstallers {
" --main-jar ${mainJarName}" +
" --main-class bisq.desktop.app.BisqAppMain" +
" --java-options -Xss1280k" +
" --java-options -XX:MaxRAM=4g" +
" --java-options -XX:MaxRAM=6g" +
" --java-options -XX:+UseG1GC" +
" --java-options -XX:MaxHeapFreeRatio=10" +
" --java-options -XX:MinHeapFreeRatio=5" +
" --java-options -XX:+UseStringDeduplication" +
" --java-options -Djava.net.preferIPv4Stack=true"
// Warning: this will cause guice reflection exceptions and lead to issues with the guice internal cache
// resulting in the UI not loading
Expand Down

0 comments on commit e020185

Please sign in to comment.