blob: b5deda1748afd8ff82ef668424121a14365b9084 [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" notify-by-subscription="true"/>
<vm-root-region name="TestTCR1">
<region-attributes scope="distributed-ack" mirror-type="keys-values">
<capacity-controller>
<class-name>com.gemstone.gemfire.cache.util.MemLRUCapacityController</class-name>
<parameter name="maximum-megabytes">
<string>$LRU_MEM</string>
</parameter>
<parameter name="eviction-action">
<string>overflow-to-disk</string>
</parameter>
</capacity-controller>
</region-attributes>
</vm-root-region>
</cache>