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 /startYACY.sh | |
| 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
Diffstat (limited to 'startYACY.sh')
| -rwxr-xr-x | startYACY.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
