주엉이
대표칭호 없음
Ju_eong d23a7d0dcfea412caf84607e0ea21980
이해도 | 초보자 |
---|---|
게임버전 (JE) | 1.19.3 |
게임버전 (BE) | 관련없음 |
커스포지에서 모드팩 다운받아서 친구들이랑
서버열어서 즐기고있는데
버킷에 램 할당을 하고싶은데
어느 부분에 구문을 입력해야하나요...
버킷 메모장으로 열면 이렇게 나옵니다
@echo off
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.19.3-44.1.23/win_args.txt %*
pause
코코냐
2023.04.10"Add custom JVM arguments to the user_jvm_args.txt"
주엉이
2023.04.10그 부분을 지우고 램할당하면 되는건가요??
코코냐
2023.04.10https://papago.naver.com
주엉이
2023.04.11번역기 돌려서 확인해봤는데
@echo off
REM Forge requires a configured set of both JVM and program arguments.
REM Add java -Xmx8192M -Xms8192M -jar
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.19.3-44.1.23/win_args.txt %*
pause
이렇게 할당하긴했는데 제대로 적용이 된건가요..??
코코냐
2023.04.11완벽하게 틀렸습니다.. txt 파일들은 괜히 생성되는게 아닙니다
주엉이
2023.04.11ㅠㅠ 어떻게 해야할지 감이 안잡히네요 죄송합니다...
주엉이
2023.04.11@echo off
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 @Xmx8192M -Xms8192M @libraries/net/minecraftforge/forge/1.19.3-44.1.23/win_args.txt %*
pause
이렇게 하면 되는건가요..?
코코냐
2023.04.11user_jvm_args.txt 파일에 인자를 넣으면 자동으로 들어가는 방식입니다.
주엉이
2023.04.11아 감사합니다 파일 찾았습니다!!
우삐삐
2023.05.27헐 그래서 어떻게 하셨어요? 저도 그롷개 뜨는데
우삐삐
2023.05.27아 그럼 버킷실행기 txt변환해서 넣는거 말고 user_jvm_args.txt 이거 문서 폴더에다가 할당량 넣으면 된다는건가요?