I have modify the catalina.bat rem JAVA_OPTS “-XX:MaxPermSize=5024M”. But am still getting perm gem. am using grails but deployed to tomcat as a war file. Anything I did wrongly?
I have modify the catalina.bat rem JAVA_OPTS -XX:MaxPermSize=5024M. But am still getting perm gem.
Share
Should use SET not rem. REM can be ignored. They are just comments.