From: <glassfish_at_javadesktop.org>
Date: Thu, 31 Jul 2008 11:57:30 PDT
I have a web application that is constantly opening up XML documents. After a while the page response time slows down as the documents are opened. If I let it keep going, even with the slow response time, I get a:
java.lang.OutOfMemoryError: PermGen space
Has anyone else had this issue? Reading the info below, it seems that this isn't the cause, but this only started when I change the docs from synchronized objects to XML objects.