SeaGizmo ha scritto:
Exception in thread "CompilerThread0" java.lang.OutOfMemoryError: requested 134217736 bytes for Chunk::new. Out of swap space?
STARTED Phoenix Tue Mar 27 17:08:41 IST 2007


Everytime in Chunk: are you using custom Mailets?

Given your memory numbers and your error I guess you have a memory leak in the JVM code or in a JNI component.


My steps:

1) Check your Mailets (and expecially JNI code you may have)

2) Collect hints:
   > jmap -permstat <pid>
   > jstat -class <pid>
> jstat -options (maybe run all of them and paste... don't know if there is anything useful, but it should be easy to do).

3) Upgrade jvm to 1.5.0_11

4) Downgrade jvm to 1.4.2_13

Stefano


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to