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 06:50:17 UTC

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

Author: robinanil
Date: Thu Jun  7 04:50:16 2012
New Revision: 1347388

URL: http://svn.apache.org/viewvc?rev=1347388&view=rev
Log:
Seems like 32bit jvm only takes about 3 trying with smaller number to make builds correct

Modified:
    mahout/trunk/bin/mahout

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