diff options
| author | lotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-02-07 11:53:48 +0000 |
|---|---|---|
| committer | lotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-02-07 11:53:48 +0000 |
| commit | e8ae2599fdfce2c31dae2ee593a81d88416cef1b (patch) | |
| tree | 26b16669f17b03e9afccfae5de603e0f3b25ee59 /getWin32MaxHeap.bat | |
| parent | 49d95fb3d930bb273cdc2906b59121c96d977536 (diff) | |
* 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
Diffstat (limited to 'getWin32MaxHeap.bat')
| -rw-r--r-- | getWin32MaxHeap.bat | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/getWin32MaxHeap.bat b/getWin32MaxHeap.bat new file mode 100644 index 000000000..841ab490a --- /dev/null +++ b/getWin32MaxHeap.bat @@ -0,0 +1,7 @@ +@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
\ No newline at end of file |
