Aug 27, 2001 #1 raja1 Programmer Aug 10, 2001 3 IN how to set the heap size in java ? can anyone tell how the command should be ?
Aug 27, 2001 #2 SnapJack Programmer Aug 6, 2001 25 SG U can use java -Xmx2097152 MyClass for setting the maximum heap size java -Xms6553888 Myclass for setting the minumum heap size .. hope this helps you out Upvote 0 Downvote
U can use java -Xmx2097152 MyClass for setting the maximum heap size java -Xms6553888 Myclass for setting the minumum heap size .. hope this helps you out