[jbosscache-commits] JBoss Cache SVN: r6496 - benchmarks/benchmark-fwk/trunk/cache-products/coherence-3.3.1.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Mon Aug 4 10:21:20 EDT 2008


Author: mircea.markus
Date: 2008-08-04 10:21:20 -0400 (Mon, 04 Aug 2008)
New Revision: 6496

Modified:
   benchmarks/benchmark-fwk/trunk/cache-products/coherence-3.3.1/config.sh
Log:
increased memory size

Modified: benchmarks/benchmark-fwk/trunk/cache-products/coherence-3.3.1/config.sh
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/coherence-3.3.1/config.sh	2008-08-04 14:20:21 UTC (rev 6495)
+++ benchmarks/benchmark-fwk/trunk/cache-products/coherence-3.3.1/config.sh	2008-08-04 14:21:20 UTC (rev 6496)
@@ -15,6 +15,6 @@
 #--classpath was set
 
 #additional JVM options
-export JVM_OPTIONS="$JVM_OPTIONS -Djava.net.preferIPv4Stack=true -Dtangosol.coherence.localhost=${MYTESTIP_1}"
+export JVM_OPTIONS="$JVM_OPTIONS -Xmx2048m -Djava.net.preferIPv4Stack=true -Dtangosol.coherence.localhost=${MYTESTIP_1}"
 export JVM_OPTIONS="$JVM_OPTIONS -Dtangosol.coherence.cacheconfig=cache-config.xml"
 export JVM_OPTIONS="$JVM_OPTIONS -DcacheBenchFwk.cacheWrapperClassName=org.cachebench.cachewrappers.Coherence331Wrapper"




More information about the jbosscache-commits mailing list