I want to increase my tomcat memory. Once run after some time I get Permgen error
. I have seen many threads on this suggesting below change.
-Xms2048m -Xmx2048m -XX:MaxPermSize=2048m
But I am running my tomcat using the bleow command
exec $CATALINA_HOME/bin/catalina.sh $*
Can any one please let me know how I can add this memory increase options in my command line.
Thank you