DescribeFeatureType leaks memory
--------------------------------

                 Key: GEOS-3534
                 URL: http://jira.codehaus.org/browse/GEOS-3534
             Project: GeoServer
          Issue Type: Bug
          Components: WFS
            Reporter: Andrea Aime
            Assignee: Justin Deoliveira
             Fix For: 2.0-RC2


Each DescribeFeatureType leaks small amounts of memory. Using a VM configured 
to have only 64M or memory and with the default data dir configuration the 
following test:

ab -n 10000 
"http://localhost:8080/geoserver/wfs?version=1.0.0&request=DescribeFeatureType&typename=sf%3Aarchsites";

which tries to run that DFT request 10.000 times starts failing with OOM errors 
between the 4000th and 5000th request.

Given the nature of the requests the schema cache is filling up, YourKit 
reports memory being filled with org.eclipse.xsd.impl.XSDElementDeclarationImpl 
objects

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to