Hi, I'm trying to increment the PermSize on Tomcat 7. I added -XX:PermSize in the java options launching tomcat7w, causing Tomcat to not load and to give me the following error on Windows Server 2012R2:
Unrecognized VM option 'PermSize=256m ' The same configuration was working on Windows Server 2007. I was able to start the server adding -XX:PermSize=256m inside double quotes, now the question is.. is it the right way? Lorenzo