|
From: Chuck W. <ch...@ma...> - 2007-05-30 07:43:36
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=UTF-8" http-equiv="Content-Type"> </head> <body bgcolor="#ffffff" text="#000000"> You appear to be running out of something other than heap, e.g. native heap, perm space, or thread stack space.<br> <br> Here are other settings you might want to look at (values from my app):<br> <br> # Java Permanent space size<br> wrapper.java.additional.1=-XX:MaxPermSize=64m<br> <br> # Java thread stack size (within native heap)<br> # This can be increased if any stack overflows are seen, but making it too large can force a smaller wrapper.java.maxmemory, or<br> # if OutOfMemoryErrors are seen that do not explicitly indicate heap space or perm space (such no-message OOM's indicate native heap)<br> wrapper.java.additional.2=-Xss96k<br> <br> # Java compiled code space size (within native heap)<br> # This can be increased if OutOfMemoryError "out of swap space?" errors are observed in CompilerThread0<br> wrapper.java.additional.3=-Xmaxjitcodesize64m<br> wrapper.java.additional.4=-XX:ReservedCodeCacheSize=64m<br> <br> Chuck<br> <br> Stephens, Robert wrote on 05/29/2007 09:23 AM: <blockquote cite="mid...@qw..." type="cite"> <pre wrap="">Help...using Wrapper 3.2.3 I keep getting: INFO | jvm 1 | 2007/05/29 12:47:38 | java.lang.OutOfMemoryError After a day or so...But, I have added logging in my app to show the heap space, and I show 60MB of 64MB free! I also catch all exceptions, so I'm not sure how I could be missing it...I even show processing after the OutOfMemory exception, with all the memory available! Is it possible it's something in the Wrapper code? Robert ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. <a class="moz-txt-link-freetext" href="http://sourceforge.net/powerbar/db2/">http://sourceforge.net/powerbar/db2/</a> _______________________________________________ Wrapper-user mailing list <a class="moz-txt-link-abbreviated" href="mailto:Wra...@li...">Wra...@li...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/wrapper-user">https://lists.sourceforge.net/lists/listinfo/wrapper-user</a> !DSPAM:465c7dd985991893520546! </pre> </blockquote> <br> <div class="moz-signature">-- <br> <div style="font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; font-size: 10pt; line-height: normal; font-size-adjust: none; font-stretch: normal; color: black;"> <b>Chuck Williams</b><br> Manawiz<br> Principal<br> V: (808)885-8688<br> C: (415)846-9018<br> <a href="mailto:ch...@ma...">ch...@ma...</a><br> Skype: manawiz<br> AIM: hawimanawiz<br> Yahoo: jcwxx<br> </div> </div> </body> </html> |