diff options
| author | lotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-08-27 18:38:02 +0000 |
|---|---|---|
| committer | lotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-08-27 18:38:02 +0000 |
| commit | 93d2c22e60288b011f25a4a4f320b9747e52ea20 (patch) | |
| tree | 3ce9139ffe8a54a8aab3c9a7cf9ff85bede66f39 | |
| parent | 104318d58ac32063f3a584194e6a85d20422068d (diff) | |
adapted memory for first run to current standard values
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7079 6c8d7289-2bf4-0310-a012-ef5d649a1542
| -rw-r--r-- | startYACY.bat | 2 | ||||
| -rwxr-xr-x | startYACY.sh | 2 | ||||
| -rw-r--r-- | startYACY_debug.bat | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/startYACY.bat b/startYACY.bat index e32f45504..a42d9a07b 100644 --- a/startYACY.bat +++ b/startYACY.bat @@ -14,7 +14,7 @@ For %%X in (lib/*.jar) Do Call %0 CPGEN lib\%%X REM Please change the "javastart" settings in the web-interface "Basic Configuration" -> "Advanced"
set jmx=
set jms=
-set javacmd=-Xmx250m -Xms250m
+set javacmd=-Xmx600m -Xms180m
set priolvl=10
set priority=/BELOWNORMAL
if exist DATA\SETTINGS\httpProxy.conf GoTo :RENAMEINDEX
diff --git a/startYACY.sh b/startYACY.sh index 54f351537..d8127e3fd 100755 --- a/startYACY.sh +++ b/startYACY.sh @@ -164,7 +164,7 @@ then # JAVA_ARGS="-$i $JAVA_ARGS"; # done else - JAVA_ARGS="-Xmx250m -Xms250m $JAVA_ARGS"; + JAVA_ARGS="-Xmx600m -Xms180m $JAVA_ARGS"; PORT="8080" fi diff --git a/startYACY_debug.bat b/startYACY_debug.bat index 10837233a..ceadeeb18 100644 --- a/startYACY_debug.bat +++ b/startYACY_debug.bat @@ -13,7 +13,7 @@ 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=-Xmx180m -Xms180m
+set javacmd=-Xmx600m -Xms180m
set priolvl=10
set priority=/BELOWNORMAL
set port=8080
|
