Here is a reposting of the configuration.
| <?xml version="1.0" encoding="UTF-8"?> | <server> | <classpath codebase="./lib" archives="jboss-cache.jar, jgroups.jar"/> | <mbean code="org.jboss.cache.TreeCache" name="jboss.cache:service=TreeCache"> | | <depends>jboss:service=Naming</depends> | <depends>jboss:service=TransactionManager</depends> | | <attribute name="TransactionManagerLookupClass">org.jboss.cache.DummyTransactionManagerLookup</attribute> | <attribute name="IsolationLevel">NONE</attribute> | | <!-- Valid modes are LOCAL, REPL_ASYNC and REPL_SYNC --> | <attribute name="CacheMode">REPL_ASYNC</attribute> | <attribute name="UseReplQueue">true</attribute> | <attribute name="ReplQueueInterval">10000</attribute> | <attribute name="ReplQueueMaxElements">20000</attribute> | <attribute name="ClusterName">ExternalPricing-Cluster</attribute> | | <attribute name="ClusterConfig"> | <config> | <UDP | bind_addr = "172.16.1.63" | mcast_addr = "239.1.2.3" | mcast_port = "48866" | ip_ttl = "64" | ip_mcast = "true" | mcast_send_buf_size = "150000" | mcast_recv_buf_size = "80000" | ucast_send_buf_size = "150000" | ucast_recv_buf_size = "80000" | loopback = "false" | /> | <PING timeout="2000" num_initial_members="1" | up_thread="false" down_thread="false"/> | <MERGE2 min_interval="10000" max_interval="20000"/> | <!--<FD shun="true" up_thread="true" down_thread="true" />--> | <FD_SOCK/> | <VERIFY_SUSPECT timeout="1500" | up_thread="false" down_thread="false"/> | <pbcast.NAKACK gc_lag="50" retransmit_timeout="600,1200,2400,4800" | max_xmit_size="8192" up_thread="false" down_thread="false"/> | <UNICAST timeout="600,1200,2400" window_size="100" min_threshold="10" | down_thread="false"/> | <pbcast.STABLE desired_avg_gossip="20000" | up_thread="false" down_thread="false"/> | <FRAG frag_size="8192" | down_thread="false" up_thread="false"/> | <pbcast.GMS join_timeout="5000" join_retry_timeout="2000" | shun="true" print_local_addr="true"/> | <pbcast.STATE_TRANSFER up_thread="true" down_thread="true"/> | </config> | </attribute> | <attribute name="FetchStateOnStartup">true</attribute> | <attribute name="InitialStateRetrievalTimeout">30000</attribute> | <attribute name="SyncReplTimeout">10000</attribute> | <attribute name="LockAcquisitionTimeout">15000</attribute> | <attribute name="LockAcquisitionTimeout">15000</attribute> | | <!-- Name of the eviction policy class. --> | <attribute name="EvictionPolicyClass">org.jboss.cache.eviction.FIFOPolicy</attribute> | <attribute name="EvictionPolicyConfig"> | <config> | <attribute name="wakeUpIntervalSeconds">30</attribute> | <region name="/_default_"> | <attribute name="maxNodes">700000</attribute> | <attribute name="timeToLiveSeconds">3600</attribute> | </region> | <region name="/SharedCost"> | <attribute name="maxNodes">400000</attribute> | <attribute name="timeToLiveSeconds">3600</attribute> | </region> | <region name="/PriceCache"> | <attribute name="maxNodes">10000</attribute> | <!-- 10 minutes --> | <attribute name="timeToLiveSeconds">600</attribute> | </region> | </config> | </attribute> | </mbean> | </server> | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875143#3875143 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875143 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
