Re: [Geoserver-users] out of memory issues, GeoServer 2.2 RC3

2012-09-14 Thread John Callahan
Thank you all for your responses. I have added the following line to my wrapper.conf wrapper.java.additional.3=-XX:MaxPermSize=128m So far, so good. I will add the memory logging lines as well soon. At the moment, our server is in development mode. Once we get into more testing, I'll look more

Re: [Geoserver-users] out of memory issues, GeoServer 2.2 RC3

2012-09-13 Thread cmaul
Java has different memory spaces. To put it very simply the classes are a template for objects, they are kept in a permanent memory space, because dependent on what you do with Geoserver you may need them any time. At runtime these templates let's say a map class is filled with values and becomes a

Re: [Geoserver-users] out of memory issues, GeoServer 2.2 RC3

2012-09-13 Thread Phil Scadden
On 14/09/2012 4:47 a.m., John Callahan wrote: > I'm using the standard GeoServer Windows installer. In wrapper.conf, > I have the following lines. The machine has 12 GB RAM and running x64. > > # Initial Java Heap Size (in MB) > wrapper.java.initmemory=256 > > # Maximum Java Heap Size (in MB) >

Re: [Geoserver-users] out of memory issues, GeoServer 2.2 RC3

2012-09-13 Thread Phil Scadden
> I hope everyone is well! I need some direction as I am new to this > arena. I have to calculate carbon sequestration for a forest in Sierra > Leone and would like so recommendations on how best to do that from a > remote sensing perspective. Is image fusion the way to go and does GIS > suppo

Re: [Geoserver-users] out of memory issues, GeoServer 2.2 RC3

2012-09-13 Thread John Callahan
I'm using the standard GeoServer Windows installer. In wrapper.conf, I have the following lines. The machine has 12 GB RAM and running x64. # Initial Java Heap Size (in MB) wrapper.java.initmemory=256 # Maximum Java Heap Size (in MB) wrapper.java.maxmemory=1024 - John ***

Re: [Geoserver-users] out of memory issues, GeoServer 2.2 RC3

2012-09-13 Thread Charlie Cacici
HI, Team! I hope everyone is well! I need some direction as I am new to this arena. I have to calculate carbon sequestration for a forest in Sierra Leone and would like so recommendations on how best to do that from a remote sensing perspective. Is image fusion the way to go and does GIS support th

Re: [Geoserver-users] out of memory issues, GeoServer 2.2 RC3

2012-09-13 Thread Justin Deoliveira
Just to be clear are you increasing the permgen size (=XX:MaxPermSize=...) or the heap size (-Xmx...)? On Thu, Sep 13, 2012 at 7:36 AM, John Callahan wrote: > I'm using GeoServer 2.2. RC3 (on Windows Server 2008 x64) and have been > dealing with (what I think is) memory issues. GeoServer crashes

[Geoserver-users] out of memory issues, GeoServer 2.2 RC3

2012-09-13 Thread John Callahan
I'm using GeoServer 2.2. RC3 (on Windows Server 2008 x64) and have been dealing with (what I think is) memory issues. GeoServer crashes (stops working, including the admin interface) a few times per day. Restarting the java engine (Jetty that shipped with GeoServer) returns everything to a workin