Enhance install-service.sh to determine service user from SUDO_USER, improving usability; update Java memory arguments in variables.txt for better performance; and expand Russian translations in resource packs for improved localization and user experience.

This commit is contained in:
Leonid Pershin
2026-05-08 12:08:02 +03:00
parent 5fe7b72a62
commit 2f81d73f8e
5 changed files with 565 additions and 417 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ QUILT_INSTALLER_VERSION=0.12.1
RECOMMENDED_JAVA_VERSION=21
WAIT_FOR_USER_INPUT=true
JAVA="java"
JAVA_ARGS="-Xmx4G -Xms4G"
JAVA_ARGS="-Xmx13G -Xms8G"
ADDITIONAL_ARGS="-Dlog4j2.formatMsgNoLookups=true"
SSJ_FORGE_ARGS="-Djava.security.manager=allow"
RESTART=true