diff options
| author | Michael Peter Christen <mc@yacy.net> | 2021-07-19 20:04:11 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2021-07-19 20:04:11 +0200 |
| commit | 15b7461bc7968bcfd8dfc516cf91c3548195e4a3 (patch) | |
| tree | 5075622d4cf00f4fcd2736e3e4fff7ae49d33f80 /installYaCyWindowsService.bat | |
| parent | c3b3087077a2f9287cbe8e7665fef5cd02d26d99 (diff) | |
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.
Diffstat (limited to 'installYaCyWindowsService.bat')
| -rw-r--r-- | installYaCyWindowsService.bat | 1 |
1 files changed, 0 insertions, 1 deletions
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
|
