Windows Server 2008
Geoserver 2.3.5
Java 1.7.13 64bit
Hi all,
Every so often Geoserver stops responding for about 20 minutes at a time. This generally happens every couple of days depending on usage. The errors reported in the log are as follows:
2013-12-20 12:05:07,990 WARN [geotools.jdbc] - There is code leaving feature readers/iterators open, this is leaking statements and connections!
2013-12-20 12:17:52,501 ERROR [geotools.map] - Call MapContent dispose() to prevent memory leaks
2013-12-20 12:17:54,357 ERROR [geoserver.ows] -
java.lang.OutOfMemoryError: Java heap space
Geoserver eventually restarts itself and starts responding again.
I am going to assign some more memory but it already uses 1.5GB and I suspect that may simply allow it to last longer before crashing? My question is, is there anything else I can do? Is this fixed in later versions? Does the data source type matter? We’re using Oracle which I know can be a memory hog for client connections.
Tom