Update of /cvsroot/nutch/nutch/bin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5675

Modified Files:
        nutch 
Log Message:
Change default max heap size to 1000Mb, as 1500 was breaking some folks.


Index: nutch
===================================================================
RCS file: /cvsroot/nutch/nutch/bin/nutch,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** nutch       20 Aug 2004 20:36:09 -0000      1.38
--- nutch       23 Sep 2004 20:29:59 -0000      1.39
***************
*** 8,12 ****
  #
  #   NUTCH_HEAPSIZE  The maximum amount of heap to use, in MB. 
! #                   Default is 1500.
  #
  #   NUTCH_OPTS      Extra Java runtime options.
--- 8,12 ----
  #
  #   NUTCH_HEAPSIZE  The maximum amount of heap to use, in MB. 
! #                   Default is 1000.
  #
  #   NUTCH_OPTS      Extra Java runtime options.
***************
*** 73,77 ****
  
  JAVA=$JAVA_HOME/bin/java
! JAVA_HEAP_MAX=-Xmx1500m 
  
  # check envvars which might override default args
--- 73,77 ----
  
  JAVA=$JAVA_HOME/bin/java
! JAVA_HEAP_MAX=-Xmx1000m 
  
  # check envvars which might override default args



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Nutch-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nutch-cvs

Reply via email to