You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yacy_search_server/getWin32MaxHeap.bat

7 lines
159 B

@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