[jbosscache-commits] JBoss Cache SVN: r5086 - benchmarks/benchmark-fwk/cache-products/terracotta-2.5.0.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Tue Jan 8 14:54:54 EST 2008


Author: mircea.markus
Date: 2008-01-08 14:54:54 -0500 (Tue, 08 Jan 2008)
New Revision: 5086

Modified:
   benchmarks/benchmark-fwk/cache-products/terracotta-2.5.0/config.sh
Log:


Modified: benchmarks/benchmark-fwk/cache-products/terracotta-2.5.0/config.sh
===================================================================
--- benchmarks/benchmark-fwk/cache-products/terracotta-2.5.0/config.sh	2008-01-08 19:38:04 UTC (rev 5085)
+++ benchmarks/benchmark-fwk/cache-products/terracotta-2.5.0/config.sh	2008-01-08 19:54:54 UTC (rev 5086)
@@ -3,12 +3,12 @@
 #see "$CACHE_ROOT/cache-products/cache.sh" for details
 
 THIS_DIR=./cache-products/terracotta-2.5.0
-TC_HOME="/cygdrive/c/java/terracotta-2.5.0"
+TC_HOME="/qa/home/mmarkus/java/terracotta-2.5.0"
 
 #addint terracotta wrapper class to classpath
 CLASSPATH=$CLASSPATH:./classes/production/terracotta-2.5.0
 
 #other specific JVM options
 JVM_OPTIONS="$JVM_OPTIONS -Xmx1024m -DpreferIPv4Stack=true -Dtc.config=$THIS_DIR/tc-client-config.xml -Dtc.install-root=${TC_HOME}"
-JVM_OPTIONS="$JVM_OPTIONS -Xbootclasspath/p:${TC_HOME}/lib/dso-boot/dso-boot-hotspot_win32_150_14.jar"
+JVM_OPTIONS="$JVM_OPTIONS -Xbootclasspath/p:${TC_HOME}/lib/dso-boot/dso-boot-hotspot_linux_150_11.jar"
 




More information about the jbosscache-commits mailing list