Hacker News new | ask | show | jobs
by funcDropShadow 755 days ago
On a planet where the heap size of the JVM is properly set.
1 comments

I don't use Java often, but when I do, I have to look up again how the heap settings work.
It’s just -xXxXxX360NoScopexXxXxHeapSize=69G
There should be at least one : in there.

(IIRC these options are used like -XX:foo=bar)

(Edit - no, but some do use : instead of = I guess)