Bug 52938 - Webservice Sampler : Add a jmeter property soap.document_cache to control size of Document Cache
Summary: Webservice Sampler : Add a jmeter property soap.document_cache to control siz...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.0.0
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-18 13:56 UTC by Philippe Mouawad
Modified: 2012-03-18 14:10 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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