Hi Alberto,
 
Thanks for your reply! I played a bit with the parameter but in the end disabling of the request logging filter solved the problem. But thanks for reminding me to keep an eye on these parameters!

Regards, Sabine
 
Gesendet: Donnerstag, 29. September 2016 um 11:56 Uhr
Von: "Alberto Callejas Delgado" <[email protected]>
An: "Sabine Ohlendorf" <[email protected]>
Cc: "geoserver-userslists.sourceforge.net" <[email protected]>
Betreff: Re: [Geoserver-users] OutOfMemoryError: Java heap space
Hello Sabine,
 
The reference values for the parameters applied for optimizing JVM in tomcat (based on some research) are below but obviously this is not a rule of thumb:
 
HEAP="-Xms2048m -Xmx2048m"
NEW="-XX:NewSize=128m -XX:MaxNewSize=128m"
RMIGC="-Dsun.rmi.dgc.client.gcInterval=600000 -
Dsun.rmi.dgc.server.gcInterval=600000"
PGC="-XX:+UseParallelGC"
PERM="-XX:PermSize=128m -XX:MaxPermSize=128m"
DEBUG="-verbose:gc -XX:+PrintTenuringDistribution"
DUMP="-XX:+HeapDumpOnOutOfMemoryError"
SERVER="-server" 
 
Try to investigate a bit more about each parameter and try to find the best solution for your needs.
 
I would say the parallel garbage collector (Parallel GC) with 1 thread might be to low.
 
Best,
 
Alberto
 
 
------------------------------------------------------------------------------
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to