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) > wrapper.java.maxmemory=1024 I dont think that would help. You need to have the -XX:MaxPermSize=*** setting on the JVM. I dont know where you do this in jetty on windows. Got a jetty.sh or jetty.bat? You are want to add JAVA_OPTIONS=" -XX:MaxPermSize=128m" (or more likely add to this existing java_options line).
Notice: This email and any attachments are confidential. If received in error please destroy and immediately notify us. Do not copy or disclose the contents. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
