summaryrefslogtreecommitdiff
path: root/addon/yacyInit.m4
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 /addon/yacyInit.m4
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 'addon/yacyInit.m4')
-rw-r--r--addon/yacyInit.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/addon/yacyInit.m4 b/addon/yacyInit.m4
index b165f36ea..5a114ea97 100644
--- a/addon/yacyInit.m4
+++ b/addon/yacyInit.m4
@@ -110,7 +110,7 @@ then
fi
else
- JAVA_ARGS="-Xmx120m -Xms120m $JAVA_ARGS"
+ JAVA_ARGS="-Xmx120m $JAVA_ARGS"
fi
# generating the proper classpath