[bisq-network/bisq] Limit MaxRAM for all java apps (#4186)

dmos62 notifications at github.com
Thu May 14 13:04:00 UTC 2020


Others might already be aware of this, but I'll point it out for the sake of completeness that `MaxRAM` is meant to specify the total/real memory size, and `ErgoHeapSizeLimit` is for saying "I know there's more memory, but you should only use this much" [0]. And, as I understand (docs are hard to find), JVM will try to satisfy these constraints, but will violate them if need be, so setting either of them too low won't cause JVM to kill itself or anything like that.

[0] https://chriswhocodes.com/hotspot_options_jdk10.html?s=MaxRam

-- 
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/pull/4186#issuecomment-628619938
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200514/d64c094d/attachment.html>


More information about the bisq-github mailing list