SGF-734 - Upgrade to Pivotal GemFire 9.4.
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE cache PUBLIC "-//GemStone Systems, Inc.//GemFire Declarative Caching 8.0//EN"
|
||||
"http://www.gemstone.com/dtd/cache8_0.dtd">
|
||||
<cache>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<cache xmlns="http://geode.apache.org/schema/cache"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://geode.apache.org/schema/cache http://geode.apache.org/schema/cache/cache-1.0.xsd"
|
||||
version="1.0">
|
||||
|
||||
<region name="Example">
|
||||
<region-attributes data-policy="replicate" cloning-enabled="false" initial-capacity="13" load-factor="0.85"
|
||||
<region-attributes data-policy="normal" cloning-enabled="false" initial-capacity="13" load-factor="0.85"
|
||||
statistics-enabled="true">
|
||||
<eviction-attributes>
|
||||
<lru-entry-count action="overflow-to-disk" maximum="500"/>
|
||||
</eviction-attributes>
|
||||
</region-attributes>
|
||||
</region>
|
||||
|
||||
</cache>
|
||||
|
||||
@@ -13,7 +13,8 @@
|
||||
<util:properties id="gemfireProperties">
|
||||
<prop key="name">LocalNamespaceConfig</prop>
|
||||
<prop key="mcast-port">0</prop>
|
||||
<prop key="log-level">warning</prop>
|
||||
<prop key="log-level">error</prop>
|
||||
<prop key="off-heap-memory-size">64m</prop>
|
||||
</util:properties>
|
||||
|
||||
<gfe:cache properties-ref="gemfireProperties"/>
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
ping-interval="5000" pr-single-hop-enabled="false" read-timeout="500" retry-attempts="5"
|
||||
server-group="TestGroup" socket-buffer-size="65536" statistic-interval="250"
|
||||
subscription-ack-interval="250" subscription-enabled="true" subscription-message-tracking-timeout="30000"
|
||||
subscription-redundancy="2" thread-local-connections="false">
|
||||
subscription-redundancy="2" subscription-timeout-multiplier="3" thread-local-connections="false">
|
||||
<gfe:server host="localhost" port="${gfe.port.4}"/>
|
||||
<gfe:server host="localhost" port="50505"/>
|
||||
</gfe:pool>
|
||||
|
||||
Reference in New Issue
Block a user