Author: edwardyoon
Date: Thu Apr 23 04:37:13 2015
New Revision: 1675540
URL: http://svn.apache.org/r1675540
Log:
change the default value.
Modified:
hama/trunk/conf/hama-default.xml
Modified: hama/trunk/conf/hama-default.xml
URL:
http://svn.apache.org/viewvc/hama/trunk/conf/hama-default.xml?rev=1675540&r1=1675539&r2=1675540&view=diff
==============================================================================
--- hama/trunk/conf/hama-default.xml (original)
+++ hama/trunk/conf/hama-default.xml Thu Apr 23 04:37:13 2015
@@ -98,7 +98,7 @@
</property>
<property>
<name>bsp.child.java.opts</name>
- <value>-Xmx1024m</value>
+ <value>-Xmx2048m</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.