Skip to content

Commit

Permalink
*) startYACY.bat now reads the java runtime memory settings out of th…
Browse files Browse the repository at this point in the history
…e yacy config file

   Thanks to Galaxis and VT100

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1516 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
theli committed Feb 2, 2006
1 parent 0ff0e44 commit 0287186
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions startYACY.bat
Expand Up @@ -9,6 +9,8 @@ Set CLASSPATH=classes;htroot
For %%X in (lib/*.jar) Do Call %0 CPGEN lib\%%X
For %%X in (libx/*.jar) Do Call %0 CPGEN libx\%%X

set jmx=
set jms=
set javacmd=-Xmx64m -Xms10m
if exist DATA\SETTINGS\httpProxy.conf GoTo :GETJAVACMD

Expand Down

0 comments on commit 0287186

Please sign in to comment.