Anyone can help me: java.lang.OutOfMemoryError: PermGen space ?
Recent days my tomcatdowned several times with this problem.
My question is :
Can I use "cmd--> set path=d:/myjdk/bin
java -XX:PermSize=64m -XX:MaxPermSize=128m"
to solute my problem,after my tomcat startup?
If can't how should I do?
And how can I know the permsize the jvm owns now?
MyJAVA_HOME is d:/myjdkand my os is windows XP
Thank you!!

