# Number of loops to run
loops=100
# Number of clients on each node
threads=4
# Indicate whether the sleep interval is random or not
random_sleep_interval=false
# Sleep interval between each loop
sleep_interval_millis=0
# The top object is a Student with Courses. This is the Courses size.
object_list_size=100
# This specify who are in this clustering group. It won't start untill
# everyone is up. You can specify bogus IP now since we only count 
# the number now.
members=172.16.129.57, 172.16.130.57, 172.16.131.57
# Whether to use transaction or not
transaction=true
# location of cache xml
cache_config=output/bench.xml
#
# PojoCache specific
#

# Running PojoCache test
run_PojoCache=false
# ratio of Pojo attach vs. field update. 1 means all pojo attachment (expensive)
# 5 means it will update every 5 times (e.g., 4 field and 1 pojo update)
update_pojo_interval=1
