Hey,

have you checked your tomcat-logs?

If it's like this

"... java.lang.OutOfMemoryError: PermGen space ...",

you should check your tomcat's configuration. Have a look at the
catalina.sh of your Tomcat (Linux). In the JAVA_OPTS you have to set
"...-XX:PermSize=512m...". 512 MB is an empirical value. Our server
works fine since we did this...
More information you can get by searching for "PermGen Space". There are
also some descriptions for Windows-servers.

Markus




On Thu, 2011-12-22 at 14:56 +0100, Jesse Eichar wrote:
> Hi,
> 
> 
> We are having to restart Geoserver once a week because of OutOfMemory
> errors.  I wanted to see if anyone knows of particular configurations
> that can cause this.  Rough statistics of our server:
> 
> 
>       * 6GM RAM
>       * 71 Stores
>       * 381 Layers
>       * 45 Workspaces
>       * Most raster data is ECW and most of those are ImageMosaics
>       * 27-30 of the Vector Stores are postgis (We are not yet using
>         JNDI but I am trying to find time to set that up).  We have
>         set the connections perstore to 2 for most of them and have
>         200 permitted connections so we are not running out of
>         connections
>       * We have at least one JP2ECW Stores
>       * We have a couple proxied WMS Stores
>       * Some raster stores are published multiple times in different
>         workspaces
>       * We heavily use "virtual" workspaces
> 
> 
> Any ideas where I should look for the memory leak?
> 
> 
> Thanks,
> 
> 
> jesse
> ------------------------------------------------------------------------------
> Write once. Port to many.
> Get the SDK and tools to simplify cross-platform app development. Create 
> new or port existing apps to sell to consumers worldwide. Explore the 
> Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
> http://p.sf.net/sfu/intel-appdev
> _______________________________________________ Geoserver-users mailing list 
> Geoserver-users@lists.sourceforge.net 
> https://lists.sourceforge.net/lists/listinfo/geoserver-users



------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to