Author: pmouawad
Date: Sun Oct 23 21:25:23 2011
New Revision: 1187978
URL: http://svn.apache.org/viewvc?rev=1187978&view=rev
Log:
Bug 52064 - OutOfMemory Risk in CacheManager
Modified:
jakarta/jmeter/trunk/xdocs/images/screenshots/http-config/http-cache-manager.png
jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml
Modified:
jakarta/jmeter/trunk/xdocs/images/screenshots/http-config/http-cache-manager.png
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/images/screenshots/http-config/http-cache-manager.png?rev=1187978&r1=1187977&r2=1187978&view=diff
==============================================================================
Binary files - no diff available.
Modified: jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1187978&r1=1187977&r2=1187978&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Sun Oct 23
21:25:23 2011
@@ -3078,6 +3078,10 @@ without requesting the URL from the remo
Note that the Cache-Control header must be "public" and only the "max-age"
expiry option is processed.
</p>
<p>
+By default, Cache Manager will store up to 5000 items in cache using LRU
algorithm. Use property to modify this value.
+Note that the more you increase this value the more HTTP Cache Manager will
consume memory, so be sure to adapt -Xmx option.
+</p>
+<p>
If the requested document has not changed since it was cached, then the
response body will be empty.
Likewise if the Expires date is in the future.
This may cause problems for Assertions.
@@ -3090,6 +3094,7 @@ This may cause problems for Assertions.
If selected, then the cache is cleared at the start of the thread.
</property>
<property name="Use Cache Control/Expires header when processing GET
requests" required="Yes">See description above.</property>
+ <property name="Max Number of elements in cache" required="Yes">See
description above.</property>
</properties>
</component>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]