I am not using intern() anywhere.  Who knows if any of the gazillion
third-party libraries are using it, though.  Time to fire up jmap

On Fri, Jul 23, 2010 at 7:24 AM, Thomas Kappler
<thomas.kapp...@isb-sib.ch> wrote:
> On 07/22/10 20:30, James Carman wrote:
>>
>> Guys, our production server is running into an error from time to
>> time.  I get the below stack trace after the site has been running for
>> a while.  It's not running in development mode.  It's running in
>> deployment mode.  Any thoughts?
>
> Are you by chance using String.intern()? That is a candidate for filling up
> the PermGen space.
>
> As Andreas noted, the stack trace can be completely irrelevant to the reason
> for running out of memory.
>
> -- Thomas
>
> --
> -------------------------------------------------------------------
>  Thomas Kappler                        thomas.kapp...@isb-sib.ch
>  Swiss Institute of Bioinformatics         Tel: +41 22 379 51 89
>  CMU, rue Michel Servet 1
>  1211 Geneve 4
>  Switzerland                              http://www.uniprot.org
> -------------------------------------------------------------------
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to