From 62d2e1fcd20ba920575a8108c94221c8b1da7f02 Mon Sep 17 00:00:00 2001 From: h3lp Date: Fri, 13 Mar 2026 21:40:21 +0200 Subject: [PATCH] Add user jvm args --- cavemen/user_jvm_args.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 cavemen/user_jvm_args.txt diff --git a/cavemen/user_jvm_args.txt b/cavemen/user_jvm_args.txt new file mode 100644 index 0000000..ef5ee01 --- /dev/null +++ b/cavemen/user_jvm_args.txt @@ -0,0 +1,9 @@ +# Xmx and Xms set the maximum and minimum RAM usage, respectively. +# They can take any number, followed by an M or a G. +# M means Megabyte, G means Gigabyte. +# For example, to set the maximum to 3GB: -Xmx3G +# To set the minimum to 2.5GB: -Xms2500M + +# A good default for a modded server is 4GB. +# Uncomment the next line to set it. +-Xmx6G