You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by ed...@apache.org on 2011/02/25 02:05:49 UTC

svn commit: r1074370 - /incubator/hama/trunk/conf/hama-default.xml

Author: edwardyoon
Date: Fri Feb 25 01:05:48 2011
New Revision: 1074370

URL: http://svn.apache.org/viewvc?rev=1074370&view=rev
Log:
I'm changing default child opt

Modified:
    incubator/hama/trunk/conf/hama-default.xml

Modified: incubator/hama/trunk/conf/hama-default.xml
URL: http://svn.apache.org/viewvc/incubator/hama/trunk/conf/hama-default.xml?rev=1074370&r1=1074369&r2=1074370&view=diff
==============================================================================
--- incubator/hama/trunk/conf/hama-default.xml (original)
+++ incubator/hama/trunk/conf/hama-default.xml Fri Feb 25 01:05:48 2011
@@ -71,7 +71,7 @@
   </property>
   <property>
     <name>bsp.child.java.opts</name>
-    <value>-Xmx500m</value>
+    <value>-Xmx1000m</value>
     <description>Java opts for the groom server child processes.  
     The following symbol, if present, will be interpolated: @taskid@ is replaced 
     by current TaskID. Any other occurrences of '@' will go unchanged.