diff options
| author | theli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-09-07 04:36:58 +0000 |
|---|---|---|
| committer | theli <theli@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-09-07 04:36:58 +0000 |
| commit | 35b70f164cb8f55f979e23e8f036600b564fa9c4 (patch) | |
| tree | fc5a7eb6b9bf87c0e90adca0b94a38d87ac6ee11 /startYACY.bat | |
| parent | 043edfa4d89dfe4c8fb66e5c2fa12a8d27901aa1 (diff) | |
*) Status_p.inc: link to memory configuration added
*) startYACY.bat: comment added
See: http://www.yacy-forum.de/viewtopic.php?p=25311#25311
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2500 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'startYACY.bat')
| -rw-r--r-- | startYACY.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/startYACY.bat b/startYACY.bat index 786c7f162..e0b840e4a 100644 --- a/startYACY.bat +++ b/startYACY.bat @@ -8,6 +8,7 @@ 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
+REM Please change the "javastart" settings in the web-interface "Basic Configuration" -> "Advanced"
set jmx=
set jms=
set javacmd=-Xmx64m -Xms10m
|
