From: <tho...@us...> - 2010-10-14 14:54:21
|
Revision: 3799 http://bigdata.svn.sourceforge.net/bigdata/?rev=3799&view=rev Author: thompsonbry Date: 2010-10-14 14:41:34 +0000 (Thu, 14 Oct 2010) Log Message: ----------- Reduced the LBS heap allocation since the federation clients by default now report only the essential performance counters for load balancing. 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-14 12:58:54 UTC (rev 3798) +++ branches/QUADS_QUERY_BRANCH/src/resources/config/bigdataStandalone.config 2010-10-14 14:41:34 UTC (rev 3799) @@ -1152,7 +1152,7 @@ * keeps the performance counter histories in RAM. While those histories * are bounded, it still uses more RAM than it should. */ - "-Xmx2G", + "-Xmx1G", /* * Enable JXM remote management for the data service. * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |