Coldfusion server is too slow + JVM is taking too much memory coldfusion 9

434 Views Asked by At

I have a fuse box application which is working very slow from some days and got stop working after 4-5 hours. I have tried to find the problem and one problem i found that the memory of server is full and found that JVM is taking full ram. I have 8 gb RAM on server.

cpu and memory usage screen shot

Here is the process detail from task Manager

enter image description here

Here is my JVM arguments:

-server -Dsun.io.useCanonCaches=false -XX:MaxPermSize=256m -XX:+UseParallelGC -Xbatch -Dcoldfusion.rootDir={application.home}/../ -Dcoldfusion.libPath={application.home}/../lib -Dcoldfusion.sessioncookie.httponly=true -XX:-UseGCOverheadLimit -Dcoldfusion.disablejsafe=true

The minimum heap size is 1024 and max heap size is 2048.

Can any one suggest any better settings which would help me to fix it?

0

There are 0 best solutions below