mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-25 15:16:24 +00:00
List correct defaults for BdbModule cacheSize and cachePercentage with an explanatory comment.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user