blob: fe854406cbdcc277535fb79f2422db8795ea85b5 [file] [log] [blame]
<?xml version="1.0"?>
<!DOCTYPE cache PUBLIC
"-//GemStone Systems, Inc.//GemFire Declarative Caching 4.1//EN"
"http://www.gemstone.com/dtd/cache4_1.dtd">
<cache>
<bridge-server port="$PORT_NUM" />
<vm-root-region name="TestTCR1">
<region-attributes scope="distributed-ack" mirror-type="keys-values" persist-backup="true">
<disk-write-attributes>
<synchronous-writes/>
</disk-write-attributes>
<capacity-controller>
<class-name>com.gemstone.gemfire.cache.util.HeapLRUCapacityController</class-name>
<parameter name="heap-percentage">
<string>70</string>
</parameter>
<parameter name="eviction-interval">
<string>100</string>
</parameter>
<parameter name="eviction-action">
<string>overflow-to-disk</string>
</parameter>
</capacity-controller>
</region-attributes>
</vm-root-region>
</cache>