skip to main
|
skip to sidebar
JAVA
Thursday, April 2, 2009
Heap
If the program memory consumption is high it gives Java.lang.OutofMemory.Exception
to avoid add increase the size of heap by following command.
java
-Xms
-Xmx
Defaults are:
java myProgram -Xms32m -Xmx128m
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
Blog Archive
January
(1)
April
(1)
February
(2)
Followers