List correct defaults for BdbModule cacheSize and cachePercentage with an explanatory comment.

This commit is contained in:
Noah Levitt
2012-04-25 11:10:56 -07:00
parent a2880c4306
commit 42e759c01d
@@ -666,8 +666,10 @@ http://example.example/example
<bean id="bdb"
class="org.archive.bdb.BdbModule">
<!-- <property name="dir" value="state" /> -->
<!-- <property name="cachePercent" value="60" /> -->
<!-- <property name="cacheSize" value="104857600" /> -->
<!-- if neither cachePercent or cacheSize are specified (the default), bdb
uses its own default of 60% -->
<!-- <property name="cachePercent" value="0" /> -->
<!-- <property name="cacheSize" value="0" /> -->
<!-- <property name="useSharedCache" value="true" /> -->
<!-- <property name="expectedConcurrency" value="25" /> -->
</bean>