You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ev...@apache.org on 2004/08/22 14:35:38 UTC

cvs commit: maven/src/bin maven.bat

evenisse    2004/08/22 05:35:38

  Modified:    src/bin  Tag: MAVEN-1_0-BRANCH maven.bat
  Log:
  Use 256 Mo for max memory
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.38.4.7  +1 -1      maven/src/bin/maven.bat
  
  Index: maven.bat
  ===================================================================
  RCS file: /home/cvs/maven/src/bin/maven.bat,v
  retrieving revision 1.38.4.6
  retrieving revision 1.38.4.7
  diff -u -r1.38.4.6 -r1.38.4.7
  --- maven.bat	6 Jul 2004 14:29:46 -0000	1.38.4.6
  +++ maven.bat	22 Aug 2004 12:35:38 -0000	1.38.4.7
  @@ -115,7 +115,7 @@
   
   @REM Reaching here means variables are defined and arguments have been captured
   :endInit
  -if "%MAVEN_OPTS%"=="" SET MAVEN_OPTS="-Xmx160m"
  +if "%MAVEN_OPTS%"=="" SET MAVEN_OPTS="-Xmx256m"
   SET MAVEN_JAVA_EXE="%JAVA_HOME%\bin\java.exe"
   SET MAVEN_CLASSPATH="%MAVEN_HOME%\lib\forehead-1.0-beta-5.jar"
   SET MAVEN_MAIN_CLASS="com.werken.forehead.Forehead"
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org