Bug 52938

Summary: Webservice Sampler : Add a jmeter property soap.document_cache to control size of Document Cache
Product: JMeter - Now in Github Reporter: Philippe Mouawad <p.mouawad>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: normal CC: p.mouawad
Priority: P2    
Version: 2.0.0   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Philippe Mouawad 2012-03-18 13:56:57 UTC
DOMPool implementation does not put a limit on size of Cache, so running a Test with lots of documents will lead to OutOfMemoryError.

Added in jmeter.properties following option:
# Used by Webservice Sampler (SOAP)
# Size of Document Cache
#soap.document_cache=50
Comment 1 Philippe Mouawad 2012-03-18 14:10:14 UTC
Date: Sun Mar 18 13:57:41 2012
New Revision: 1302130

URL: http://svn.apache.org/viewvc?rev=1302130&view=rev
Log:
Bug 52938 - Webservice Sampler : Add a jmeter property soap.document_cache to control size of Document Cache

Modified:
   jmeter/trunk/bin/jmeter.properties
   jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/util/DOMPool.java
   jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:37:49 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2786