Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #14777

Re: Resin 3.0.28 and strange memory issues.

From Kevin McMurtrie <mcmurtrie@pixelmemory.us>
Newsgroups comp.lang.java.programmer
Subject Re: Resin 3.0.28 and strange memory issues.
References <qm8ur.16731$x11.102@newsfe21.iad>
Date 2012-05-24 09:34 -0700
Message-ID <4fbe632e$0$87598$742ec2ed@news.sonic.net> (permalink)
Organization Sonic.Net

Show all headers | View raw


In article <qm8ur.16731$x11.102@newsfe21.iad>,
 Daniel Pitts <newsgroup.nospam@virtualinfinity.net> wrote:

> Hello everyone,
> We've recently upgraded some of our production apps to Resin 3.0.28 
> (from 3.0.23), and some of them (only some) have started acting very 
> strangely.  We were getting random OutOfMemoryExceptions, on the heap. 
> We increased the heap, thinking Resin just needed more memory, but then 
> we started getting OOM "Requested array size exceeds VM limit".
> 
> Our application code hasn't changed, and when we attach an agent to try 
> to find the problem, it goes away :-(.
> 
> Any suggestions? Anyone with similar experience with Resin?
> 
> Thanks,
> Daniel.

First:
-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/path/to/directory

It being fixed by a debugger makes me think that you should try a 
different version of the JVM or try removing old and obscure options 
that may not work correctly anymore.  Most people never see JVM bugs but 
they're definitely there and large applications show them more.
-- 
I will not see posts from Google because I must filter them as spam

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Resin 3.0.28 and strange memory issues. Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2012-05-20 08:47 -0700
  Re: Resin 3.0.28 and strange memory issues. Kevin McMurtrie <mcmurtrie@pixelmemory.us> - 2012-05-24 09:34 -0700

csiph-web