Add JVM args
All checks were successful
Deploy to Pterodactyl / reinstall-server (push) Successful in 18s

This commit is contained in:
2026-08-22 21:35:39 +00:00
parent 6081b95d1d
commit 5a72aac57f

9
user_jvm_args.txt Normal file
View File

@@ -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.
-Xmx8G