summaryrefslogtreecommitdiff
path: root/defaults
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2021-07-19 20:04:11 +0200
committerMichael Peter Christen <mc@yacy.net>2021-07-19 20:04:11 +0200
commit15b7461bc7968bcfd8dfc516cf91c3548195e4a3 (patch)
tree5075622d4cf00f4fcd2736e3e4fff7ae49d33f80 /defaults
parentc3b3087077a2f9287cbe8e7665fef5cd02d26d99 (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 'defaults')
-rw-r--r--defaults/yacy.init5
1 files changed, 1 insertions, 4 deletions
diff --git a/defaults/yacy.init b/defaults/yacy.init
index 40e56793f..d35d6de8c 100644
--- a/defaults/yacy.init
+++ b/defaults/yacy.init
@@ -760,11 +760,8 @@ cleanup.failedSearchURLtimeout = 86400000
# is valid in unix/shell and windows environments but
# not for first startup of YaCy
-# -Xmx<size> and -Xms<size> maximum/init Java heap size
-# if a high performance for large search indexes is wanted, then setting the values to equal number is recommended
-# if YaCy shall be nice in not-only-yacy environments, then the Xms value may be lower
+# -Xmx<size> maximum/init Java heap size
javastart_Xmx=Xmx600m
-javastart_Xms=Xms90m
# YaCy is able to use RAM copies of database tables. This needs a lot of RAM.
# To switch on copying of file tables int RAM, there must be enough memory