yacy_search_server/getWin32MaxHeap.bat
lotus e8ae2599fd * 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
2009-02-07 11:53:48 +00:00

7 lines
154 B
Batchfile

@echo off
echo This can cause high system load.
echo To abort press CTRL+C.
echo ***
pause
java -cp classes de.anomic.server.serverSystem -m
pause