I can't believe I'm a programmer and can't even post a forum message correctly.
| <?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="ClusterName">MyCluster</attribute> | <attribute name="CacheMode">REPL_ASYNC</attribute> | <attribute name="SyncReplTimeout">10000</attribute> | <attribute name="LockAcquisitionTimeout">15000</attribute> | <attribute name="FetchStateOnStartup">true</attribute> | <attribute name="EvictionPolicyClass"> | org.jboss.cache.eviction.LRUPolicy | </attribute> | <attribute name="EvictionPolicyConfig"> | <config> | <attribute name="wakeUpIntervalSeconds">5</attribute> | <!-- Cache wide default --> | <region name="/_default_"> | <attribute name="maxNodes">5000</attribute> | <attribute name="timeToIdleSeconds">1000</attribute> | </region> | </config> | </attribute> | <attribute name="ClusterConfig"> | <config> | <UDP mcast_send_buf_size="10000000" mcast_port="45566" | ucast_recv_buf_size="10000000" mcast_addr="@MCAST_ADDR@" | loopback="false" mcast_recv_buf_size="10000000" | max_bundle_size="64000" max_bundle_timeout="30" | use_incoming_packet_handler="false" | use_outgoing_packet_handler="true" ucast_send_buf_size="10000000" | ip_ttl="32" enable_bundling="true" /> | <PING timeout="2000" down_thread="false" | num_initial_members="3" /> | <MERGE2 max_interval="10000" down_thread="false" | min_interval="5000" /> | <FD_SOCK down_thread="false" /> | <VERIFY_SUSPECT timeout="1500" down_thread="false" /> | <pbcast.NAKACK max_xmit_size="60000" down_thread="false" | use_mcast_xmit="true" gc_lag="50" | retransmit_timeout="300,600,1200,2400,4800" /> | <UNICAST timeout="300,600,1200,2400,3600" | down_thread="false" /> | <pbcast.STABLE stability_delay="1000" | desired_avg_gossip="5000" down_thread="false" max_bytes="250000" /> | <pbcast.GMS print_local_addr="true" join_timeout="3000" | down_thread="false" join_retry_timeout="2000" shun="true" /> | <FC max_credits="1000000" down_thread="false" | min_threshold="0.10" /> | <FRAG frag_size="60000" down_thread="false" | up_thread="true" /> | <COMPRESS down_thread="false" min_size="500" | compression_level="3" up_thread="true" /> | <pbcast.STATE_TRANSFER down_thread="false" | up_thread="false" /> | </config> | </attribute> | </mbean> | </server> | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850111#3850111 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850111 ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
