From e8ae2599fdfce2c31dae2ee593a81d88416cef1b Mon Sep 17 00:00:00 2001 From: lotus Date: Sat, 7 Feb 2009 11:53:48 +0000 Subject: [PATCH] * some refactoring/moves to consoleInterface * added possibility to find maximum possible heap size you can get it via getWin32MaxHeap.bat this may cause high system load moreover the found limit is no guarantee for stable startups since it depends on system configuration git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5583 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- build.xml | 6 ++- getWin32MaxHeap.bat | 7 +++ source/de/anomic/server/serverSystem.java | 42 +++++++++++++++-- source/de/anomic/tools/consoleInterface.java | 49 ++++++++++++++++++++ source/de/anomic/tools/diskUsage.java | 39 ++-------------- 5 files changed, 101 insertions(+), 42 deletions(-) create mode 100644 getWin32MaxHeap.bat diff --git a/build.xml b/build.xml index 1de828c63..2523f24fc 100644 --- a/build.xml +++ b/build.xml @@ -404,7 +404,8 @@ - + +