function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ksparkspar 

outOfMemory (permgen) errors cause?

My favorite message from tomcat5...

java.lang.OutOfMemoryError: PermGen space

Is anybody else seeing this? I assume I'm not releasing a resource somewhere
(from the soap handshake back to sforce).

thanks,
David
jwaldropjwaldrop
I get this every 30 or 40 times I reload my servlet. I've been assuming it was something with the manager. Are you getting it in production use?
ksparkspar
Yep. I don't seem to ever get it with my java application that doesn't
require tomcat5 (it's just pushing data into a custom object to run
reports on). I too suspect the tomcat5 manager... like I said, hanging
on to resources between reloads of the servlet.

David