From: <tho...@us...> - 2011-05-15 17:46:11
|
Revision: 4500 http://bigdata.svn.sourceforge.net/bigdata/?rev=4500&view=rev Author: thompsonbry Date: 2011-05-15 17:46:05 +0000 (Sun, 15 May 2011) Log Message: ----------- Removed reference to the older version of the NanoSparqlServer (in the sail.bench package). Modified Paths: -------------- branches/QUADS_QUERY_BRANCH/bigdata-perf/bsbm/build.properties branches/QUADS_QUERY_BRANCH/bigdata-perf/bsbm/src/resources/logging/log4j.properties Modified: branches/QUADS_QUERY_BRANCH/bigdata-perf/bsbm/build.properties =================================================================== --- branches/QUADS_QUERY_BRANCH/bigdata-perf/bsbm/build.properties 2011-05-15 17:45:52 UTC (rev 4499) +++ branches/QUADS_QUERY_BRANCH/bigdata-perf/bsbm/build.properties 2011-05-15 17:46:05 UTC (rev 4500) @@ -42,9 +42,9 @@ # The #of products, which implies the #of triples. The relationship is linear. # E.g.: 10=5k; 2785=1M; 70812=25M; 284826=100M; 566496=200M; 1132992=400M, etc. #bsbm.pc=10 -#bsbm.pc=2785 +bsbm.pc=2785 #bsbm.pc=70812 -bsbm.pc=284826 +#bsbm.pc=284826 #bsbm.pc=566496 # The namespace of the KB instance (multiple KBs can be in the same database). @@ -140,11 +140,11 @@ #bsbm.seed=919191 # Test with random seed (the seed is taken from the system clock). This is good for "cold cache" tests. -#bsbm.seed=random +bsbm.seed=random # Use a specific seed (hot disk cache run with only JVM tuning effects). #bsbm.seed=1273687925860 -bsbm.seed=919191 +#bsbm.seed=1273687925861 # # Profiler parameters. @@ -181,8 +181,8 @@ #gcdebug=-XX:+PrintGCDetails -XX:+PrintGCTimeStamps -Xloggc:jvm_gc.log # The record cache (empty for the default cache). -#cache= -cache=-Dcom.bigdata.LRUNexus.enabled=false +cache= +#cache=-Dcom.bigdata.LRUNexus.enabled=false #cache=-Dcom.bigdata.LRUNexus.class=com.bigdata.cache.BCHMGlobalLRU2 -Dcom.bigdata.LRUNexus.threadLocalBuffers=true #cache=-Dcom.bigdata.LRUNexus.class=com.bigdata.cache.BCHMGlobalLRU -Dcom.bigdata.LRUNexus.accessPolicy=LIRS -Dcom.bigdata.LRUNexus.limitingCapacity=2000000 #-Dcom.bigdata.LRUNexus.class=com.bigdata.cache.StoreAndAddressLRUCache @@ -190,6 +190,9 @@ # ## -Dcom.bigdata.LRUNexus.percentHeap=.1 +# Option is required in some pre-1.6.0_18 JVMs to avoid problems with lost monitor events. +membar= +#membar=-XX:+UseMembar + # all jvm args for query. -queryJvmArgs=-server -Xmx${bsbm.maxMem} ${gcopts} ${gcdebug} ${profiler} ${cache} -Dlog4j.configuration=file:log4j.properties -# -Dlog4j.debug +queryJvmArgs=-server -Xmx${bsbm.maxMem} -showversion ${membar} ${gcopts} ${gcdebug} ${profiler} ${cache} -Dlog4j.configuration=file:log4j.properties Modified: branches/QUADS_QUERY_BRANCH/bigdata-perf/bsbm/src/resources/logging/log4j.properties =================================================================== --- branches/QUADS_QUERY_BRANCH/bigdata-perf/bsbm/src/resources/logging/log4j.properties 2011-05-15 17:45:52 UTC (rev 4499) +++ branches/QUADS_QUERY_BRANCH/bigdata-perf/bsbm/src/resources/logging/log4j.properties 2011-05-15 17:46:05 UTC (rev 4500) @@ -17,7 +17,7 @@ #log4j.logger.com.bigdata.rdf.sail.BigdataSail=INFO #log4j.logger.com.bigdata.rdf.sail.BigdataEvaluationStrategyImpl2=INFO -#log4j.logger.com.bigdata.rdf.sail.bench.NanoSparqlServer=INFO +#log4j.logger.com.bigdata.rdf.sail.webapp.NanoSparqlServer=INFO log4j.logger.com.bigdata.relation.accesspath.BlockingBuffer=ERROR # My Stuff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |