Skip to Content
0
Former Member
Nov 29, 2006 at 08:43 AM

OutOfMemory of Permanent Generation Question

105 Views

Hi all,

we experience some OutOfMemory exception on our system. Therefore i have got a couple of questions.

Q1: Does anybody know if each web application has got his own private part in the permanent generation ?

So that in case we would have several web applications which depend on the same libraries such as hibernate or spring then these libs/classes would be loaded several times into the permanent space.

Q2: In case we would create library projects for spring and hibernate and so on in the J2EE engine do they get loaded just onces into the permanent space or do they get loaded several times ?

best regards,

Matthias Hlubek