Monday, August 11, 2008

Java Heap Size

You can increase the heap size of your standalone class by
giving arguments

-Xms256m -Xmx256m

for tomcat add
export CATALINA_OPTS=-Xms512m -Xmx512m;

to the startup.sh file

No comments: