Gemwin ec67b5d3cb9c46b48b81c730e8278ee2
이해도 | 입문자 |
---|---|
게임버전 (JE) | 1.18.2 |
게임버전 (BE) | 관련없음 |
run.bat 내부 내용은 아래와 같고
REM Forge requires a configured set of both JVM and program arguments.
REM Add custom JVM arguments to the user_jvm_args.txt
REM Add custom program arguments {such as nogui} to this file in the next line before the %* or
REM pass them to this script directly
java @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.18.2-40.2.4/win_args.txt nogui %*
pause
user_jvm_args.txt 내용은 아래와 같습니다
# 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.
-Xmx60G
자꾸 모드서버가 튕겨서 램 할당을 늘리려고 하는데 어떻게 해야하는지 모르겠고 계속 시도해봐도 늘어난거같지않아서 질문 올립니다. 도와주세요..
NoEul
2024.02.14https://www.koreaminecraft.net/important/1072431