From: <tho...@us...> - 2010-10-12 20:33:22
|
Revision: 3778 http://bigdata.svn.sourceforge.net/bigdata/?rev=3778&view=rev Author: thompsonbry Date: 2010-10-12 20:33:16 +0000 (Tue, 12 Oct 2010) Log Message: ----------- File should have been in the last commit. Modified Paths: -------------- branches/QUADS_QUERY_BRANCH/src/resources/config/bigdataStandalone.config Modified: branches/QUADS_QUERY_BRANCH/src/resources/config/bigdataStandalone.config =================================================================== --- branches/QUADS_QUERY_BRANCH/src/resources/config/bigdataStandalone.config 2010-10-12 20:33:07 UTC (rev 3777) +++ branches/QUADS_QUERY_BRANCH/src/resources/config/bigdataStandalone.config 2010-10-12 20:33:16 UTC (rev 3778) @@ -303,6 +303,8 @@ "-Djava.security.policy="+bigdata.policy, "-Djava.util.logging.config.file="+bigdata.logging, "-Dcom.bigdata.counters.linux.sysstat.path=@SYSSTAT_HOME@", + // Turn off periodic performance counter reporting. + "-Dcom.bigdata.service.IBigdataClient.reportDelay=0", //bigdata.profilerAgent, }; @@ -911,14 +913,14 @@ /* Maximum #of index partition moves per overflow. */ - new NV(DataServer.Options.MAXIMUM_MOVES,"1"), + new NV(DataServer.Options.MAXIMUM_MOVES,"0"), // was 1 /* Option controls how many index partitions may be moved onto * any given target data service in a single overflow cycle * and may be used to disable index partition moves (for * debugging purposes). */ - new NV(DataServer.Options.MAXIMUM_MOVES_PER_TARGET,"1"), + new NV(DataServer.Options.MAXIMUM_MOVES_PER_TARGET,"0"), // was 1 /* The minimum CPU activity on a host before it will consider moving an * index partition to shed some load. @@ -1137,7 +1139,7 @@ * keeps the performance counter histories in RAM. While those histories * are bounded, it still uses more RAM than it should. */ - "-Xmx1G", + "-Xmx2G", /* * Enable JXM remote management for the data service. * @@ -1435,7 +1437,7 @@ * index partitions will become uniformly distributed, which * will negatively impact index performance. */ - new NV(BigdataSail.Options.TERMID_BITS_TO_REVERSE,"2"), + new NV(BigdataSail.Options.TERMID_BITS_TO_REVERSE,"0"), // was 2. /* * Turn off statement identifiers (support for statements This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |