[java] How to increase runtime heap memory
20 July 2007“mx” option can increase runtime heap memory.
If you need 256MB heap memory, command is
% java -Xmx256m ex.test.MainClass
No comments yet
“mx” option can increase runtime heap memory.
If you need 256MB heap memory, command is
% java -Xmx256m ex.test.MainClass
No comments yet