From ec8f1c0446d3a4e554e3abb70d1a124b872e6a33 Mon Sep 17 00:00:00 2001 From: lotus Date: Mon, 6 Sep 2010 13:36:57 +0000 Subject: adapted _debug.bat to regular starter script git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7118 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- startYACY_debug.bat | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/startYACY_debug.bat b/startYACY_debug.bat index ceadeeb18..9731b753a 100644 --- a/startYACY_debug.bat +++ b/startYACY_debug.bat @@ -6,9 +6,8 @@ if exist DATA\yacy.noconsole del DATA\yacy.noconsole If %1.==CPGEN. GoTo :CPGEN Rem Generating the proper classpath unsing loops and labels -Set CLASSPATH=classes;htroot +Set CLASSPATH=htroot For %%X in (lib/*.jar) Do Call %0 CPGEN lib\%%X -For %%X in (libx/*.jar) Do Call %0 CPGEN libx\%%X REM Please change the "javastart" settings in the web-interface "Basic Configuration" -> "Advanced" set jmx= @@ -21,7 +20,7 @@ if exist DATA\SETTINGS\httpProxy.conf GoTo :RENAMEINDEX if exist DATA\SETTINGS\yacy.conf GoTo :GETSTARTOPTS :STARTJAVA -set javacmd=%javacmd% -Djava.net.preferIPv4Stack=true +set javacmd=%javacmd% -XX:-UseGCOverheadLimit -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true -Dfile.encoding=UTF-8 Rem Starting YaCy Echo Generated classpath:%CLASSPATH% Echo JRE Parameters:%javacmd% -- cgit v1.2.3