|
Hi, i think i may have found a memory leak in the WMS service of geoserver. It occurs when executing multiple (identical) GetFeatureInfo requests on one of the demo layers. The way to reproduce it is as follows: - deploy the latest stable geoserver war (2.10.0) on tomcat - execute the following curl command curl "127.0.0.1:8080/geoserver/ows?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetFeatureInfo&FORMAT=image%2Fpng&TRANSPARENT=true&QUERY_LAYERS=tiger%3Apoly_landmarks&STYLES&LAYERS=tiger%3Apoly_landmarks&INFO_FORMAT=application%2Fvnd.ogc.gml%2F3.1.1&FEATURE_COUNT=50&X=50&Y=50&SRS=EPSG%3A4326&WIDTH=101&HEIGHT=101&BBOX=-73.97317886352539%2C40.81266403198242%2C-73.93850326538086%2C40.84733963012695 &n=[1-3000]" > out.txt With 1G of memory, the server comes to a halt after about 1000 requests. A heap dump shows that memory is occupied by eclipse schema classes (emf). A search on the issue tracker did not reveal anything. Any ideas or could anyone try to reproduce ? Kind Regards, Jan De Moerloose Geosparc |
------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
