From 15b7461bc7968bcfd8dfc516cf91c3548195e4a3 Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Mon, 19 Jul 2021 20:04:11 +0200 Subject: removed Xms java memory startup parameter We will use the default value for now on. This is much better for resource economy and fits better into a container/docker/kubernetes strategy. Furthermore, a small memory footprint is essential for the usage on small devices like RaspberryPi. --- installYaCyWindowsService.bat | 1 - 1 file changed, 1 deletion(-) (limited to 'installYaCyWindowsService.bat') diff --git a/installYaCyWindowsService.bat b/installYaCyWindowsService.bat index a9248510d..1ede085ea 100644 --- a/installYaCyWindowsService.bat +++ b/installYaCyWindowsService.bat @@ -14,7 +14,6 @@ Rem This target is used to read java runtime parameters out of the yacy config f :GETSTARTOPTS REM for /F "tokens=1,2 delims==" %%i in (DATA\SETTINGS\yacy.conf) do ( REM if "%%i"=="javastart_Xmx" set jmx=%%j -REM if "%%i"=="javastart_Xms" set jms=%%j REM ) Rem choose service runner executable according to processor architecture -- cgit v1.2.3