[jbosscache-commits] JBoss Cache SVN: r6506 - in benchmarks/benchmark-fwk/trunk/cache-products: jbosscache-3.0.0 and 1 other directory.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Tue Aug 5 06:31:21 EDT 2008


Author: manik.surtani at jboss.com
Date: 2008-08-05 06:31:21 -0400 (Tue, 05 Aug 2008)
New Revision: 6506

Modified:
   benchmarks/benchmark-fwk/trunk/cache-products/coherence-3.3.1/config.sh
   benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/config.sh
Log:
Dont set XMX params herevi cache-products/coherence-3.3.1/config.sh 

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-05 10:27:36 UTC (rev 6505)
+++ benchmarks/benchmark-fwk/trunk/cache-products/coherence-3.3.1/config.sh	2008-08-05 10:31:21 UTC (rev 6506)
@@ -15,6 +15,6 @@
 #--classpath was set
 
 #additional JVM options
-export JVM_OPTIONS="$JVM_OPTIONS -Xmx2048m -Djava.net.preferIPv4Stack=true -Dtangosol.coherence.localhost=${MYTESTIP_1}"
+export JVM_OPTIONS="$JVM_OPTIONS -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"

Modified: benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/config.sh
===================================================================
--- benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/config.sh	2008-08-05 10:27:36 UTC (rev 6505)
+++ benchmarks/benchmark-fwk/trunk/cache-products/jbosscache-3.0.0/config.sh	2008-08-05 10:31:21 UTC (rev 6506)
@@ -15,5 +15,5 @@
 #--classpath was set
 
 #additional JVM options
-JVM_OPTIONS="$JVM_OPTIONS -Djava.net.preferIPv4Stack=true -Djbosscache.config.validate=false -Xmx2048m"
+JVM_OPTIONS="$JVM_OPTIONS -Djava.net.preferIPv4Stack=true -Djbosscache.config.validate=false"
 JVM_OPTIONS="$JVM_OPTIONS -DcacheBenchFwk.cacheWrapperClassName=org.cachebench.cachewrappers.JBossCache300Wrapper"




More information about the jbosscache-commits mailing list