You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ro...@apache.org on 2012/06/07 05:14:37 UTC

svn commit: r1347347 - /mahout/trunk/bin/mahout

Author: robinanil
Date: Thu Jun  7 03:14:37 2012
New Revision: 1347347

URL: http://svn.apache.org/viewvc?rev=1347347&view=rev
Log:
Fixing examples build, reduced jvm to just fit the 32bit machine

Modified:
    mahout/trunk/bin/mahout

Modified: mahout/trunk/bin/mahout
URL: http://svn.apache.org/viewvc/mahout/trunk/bin/mahout?rev=1347347&r1=1347346&r2=1347347&view=diff
==============================================================================
--- mahout/trunk/bin/mahout (original)
+++ mahout/trunk/bin/mahout Thu Jun  7 03:14:37 2012
@@ -95,7 +95,7 @@ if [ "$JAVA_HOME" = "" ]; then
 fi
 
 JAVA=$JAVA_HOME/bin/java
-JAVA_HEAP_MAX=-Xmx4096m 
+JAVA_HEAP_MAX=-Xmx3.9g 
 
 # check envvars which might override default args
 if [ "$MAHOUT_HEAPSIZE" != "" ]; then