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/05/18 08:13:31 UTC

svn commit: r1104694 - in /incubator/hama/trunk: CHANGES.txt conf/hama-env.sh.template

Author: edwardyoon
Date: Wed May 18 06:13:31 2011
New Revision: 1104694

URL: http://svn.apache.org/viewvc?rev=1104694&view=rev
Log:
Add environment variable 'HAMA_HEAPSIZE' to hama-env.sh

Modified:
    incubator/hama/trunk/CHANGES.txt
    incubator/hama/trunk/conf/hama-env.sh.template

Modified: incubator/hama/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/hama/trunk/CHANGES.txt?rev=1104694&r1=1104693&r2=1104694&view=diff
==============================================================================
--- incubator/hama/trunk/CHANGES.txt (original)
+++ incubator/hama/trunk/CHANGES.txt Wed May 18 06:13:31 2011
@@ -9,6 +9,8 @@ Release 0.3 - Unreleased
     
   BUG FIXES
 
+    HAMA-393: Add environment variable 'HAMA_HEAPSIZE' to hama-env.sh (edwardyoon)
+    
   IMPROVEMENTS
 
     HAMA-389: Make the thread pool size user configurable (Thomas Jungblut via edwardyoon)

Modified: incubator/hama/trunk/conf/hama-env.sh.template
URL: http://svn.apache.org/viewvc/incubator/hama/trunk/conf/hama-env.sh.template?rev=1104694&r1=1104693&r2=1104694&view=diff
==============================================================================
--- incubator/hama/trunk/conf/hama-env.sh.template (original)
+++ incubator/hama/trunk/conf/hama-env.sh.template Wed May 18 06:13:31 2011
@@ -27,6 +27,9 @@
 # Where log files are stored.  $HAMA_HOME/logs by default.
 # export HAMA_LOG_DIR=${HAMA_HOME}/logs
 
+# The maximum amount of heap to use, in MB. Default is 1000.
+# export HAMA_HEAPSIZE=2000
+
 # Extra ssh options.  Empty by default.
 # export HAMA_SSH_OPTS="-o ConnectTimeout=1 -o SendEnv=HAMA_CONF_DIR"