I was hoping to know if anyone can tell me how to give more RAM to tomcat on a headless linux server. I feel really stupid posting this since I am a CJA :(
Solved
Adding more Ram to Tomcat - Headless Linux server

Best answer by nessts
there are command line instructions, essentially you create
this file /usr/local/jss/tomcat/bin/setenv.sh
that contains or whatever memory options you want. I believe
JAVA_OPTS=" -Xmx2048M -XX:MaxPermSize=512M
and just restart tomcat
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.