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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user