Peeps,
I'm hosting our dev env on a virtual server over at Mediatemple - the $50 bucks a month kind. Our application does some fairly memory intensive processing and on the last run, ran into the OutofMemError.
Apparently increasing the JVM size using the usual methods of setting JAVA_OPT or CATALINA_OPT in the setenv.sh file doesnt take. Upon startup of tomcat, it throws the unable to create JVM... error.
My setenv.sh file has the following:
export CATALINA_OPTS='-Xms512m -Xmx1024m'
Any help would be much appreciated.