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? Or should it be set somewhere else?
I appreciate your advice. Thanks.
How to get this command into TP?
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard