diff options
| author | lotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-09-06 13:36:57 +0000 |
|---|---|---|
| committer | lotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-09-06 13:36:57 +0000 |
| commit | ec8f1c0446d3a4e554e3abb70d1a124b872e6a33 (patch) | |
| tree | d1c98646de05f039c24e61efe80cff1804b908ed | |
| parent | 5dff8f62c4aa378cf8f736db56f63c7686d095dd (diff) | |
adapted _debug.bat to regular starter script
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7118 6c8d7289-2bf4-0310-a012-ef5d649a1542
| -rw-r--r-- | startYACY_debug.bat | 5 |
1 files 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%
|
