mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-02-02 06:38:42 -05:00
713cb26a27
disable dht if memory is less than treshold after 4 times, maximum 11 minutes between each detection git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6517 6c8d7289-2bf4-0310-a012-ef5d649a1542
7 lines
159 B
Batchfile
7 lines
159 B
Batchfile
@echo off
|
|
echo This can cause high system load.
|
|
echo To abort press CTRL+C.
|
|
echo ***
|
|
pause
|
|
java -cp lib\yacycore.jar net.yacy.kelondro.util.OS -m
|
|
pause |