[bisq-network/bisq] Unable to access wallet details via Bisq app due to Java heap space error (#5579)

pazza notifications at github.com
Sun Jun 20 09:31:25 CEST 2021


Managed to fix this by editing the Bisq.cfg file in Local\Bisq\app to the following:

[Application]
app.classpath=$APPDIR\desktop-1.6.5-all.jar
app.mainclass=bisq.desktop.app.BisqAppMain

[JavaOptions]
java-options=-Xss1280k
java-options=-XX:MaxRAM=32g
java-options=-Djava.net.preferIPv4Stack=true
java-options=--module-path
java-options=$APPDIR\mods

[JVMOptions]
-Dprism.order=sw 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/issues/5579#issuecomment-864512310
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210620/2ed4165e/attachment.htm>


More information about the bisq-github mailing list