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!!

[407 byte] By [Augustana] at [2007-11-27 10:14:22]
# 1

A good starting point is not to use bold in your configuration files.

sabre150a at 2007-7-28 15:32:54 > top of Java-index,Java Essentials,Java Programming...
# 2

OK.

But anyone can help me ?

Augustana at 2007-7-28 15:32:54 > top of Java-index,Java Essentials,Java Programming...
# 3

fix the memory leak in your web application.

Most likely you're doing (or causing to be done) a lot of calls to String.intern().

jwentinga at 2007-7-28 15:32:54 > top of Java-index,Java Essentials,Java Programming...