Programming
[IntelliJ] Build 시 Out Of Memory 대처법
nineDeveloper
2023. 6. 26. 12:37
728x90
IntelliJ 새로운 Version이 Release 돼서 업그레이드하는 도중
기존의 프로젝트 Build 시 Out Of Memory 오류가 발생한다면
Settings > Build, Execution, Deployment > Compiler 에서
Shared build process heap size를 700 -> 1500 으로 늘려주면 된다.
VM option으로 해줘도 되지만 간단하게 IntelliJ Option으로 늘려보자
728x90