kelvin goodson wrote:
I've finally found out what my PermGen problem is being caused by.
When developing the oasis tests runtime bridge some months back I put
OASIS_TESTENV_RUNTIME_BRIDGE_CLASS=client.TuscanyRuntimeBridge into my
environment and then forgot about it. So, that code having moved on in
my absence, it turns out that I have been using the OSGi variant of
the bridge recently, which exhibits this PermGen leak behaviour.  I
haven't resolved where the leak in that code, but I can now get nearly
all the tests running.

Kelvin.

Folks,

I've experienced the same memory leak when running with the test client using 
OSGi.

I got the complete Assembly test suite to run using VM arguments:

-Xmx756m -Xms756m -XX:MaxPermSize=600m


But it would be good to track down this memory leak and fix it.


Yours,  Mike.

Reply via email to