Search found 1 match

by Yves1
Wed Jan 16, 2008 5:48 am
Forum: Java
Topic: How to get this command into TP?
Replies: 1
Views: 1032

How to get this command into TP?

Hi, I'm having a memory leak with "Exception in thread "main" java.lang.OutOfMemoryError: Java heap space". To solve it, I need to increase the heap size using the runtime parameters: java -Xms<initial heap size> -Xmx<maximum heap size> Defaults are: java -Xms32m -Xmx128m How can I set this in TP ...