From d2ac0aa682f9522a79829d794be81ea6a48a875b Mon Sep 17 00:00:00 2001 From: orbiter Date: Sat, 2 May 2009 01:40:03 +0000 Subject: - 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 --- startYACY.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'startYACY.bat') 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 -- cgit v1.2.3