diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-05-02 01:40:03 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-05-02 01:40:03 +0000 |
| commit | d2ac0aa682f9522a79829d794be81ea6a48a875b (patch) | |
| tree | 756c6de93f91cbd2e78aae19272f00b9d1e887c7 /startYACY.bat | |
| parent | acfd79ab4affd7a8026470936948563467df64c0 (diff) | |
- fixed possible bugs in Stack (may affect Crawler reset) and RandomAccess handling
- increased default memory size to 180MB
- fixed possible bug in http client reset (there was a deadlock)
- bug in BOBHeap marked, but not solved, cause is still unknown.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5912 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'startYACY.bat')
| -rw-r--r-- | startYACY.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/startYACY.bat b/startYACY.bat index c4eb3f32f..d20f90a31 100644 --- a/startYACY.bat +++ b/startYACY.bat @@ -15,7 +15,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=-Xmx120m -Xms120m
+set javacmd=-Xmx180m -Xms180m
set priolvl=10
set priority=/BELOWNORMAL
if exist DATA\SETTINGS\httpProxy.conf GoTo :RENAMEINDEX
|
