[Jenkins] [Build Error] insufficient memory for the Java Runtime Environment

동민·2021년 3월 25일
0
post-custom-banner

Jenkins Console Output [Error]

There is insufficient memory for the Java Runtime Environment to continue.

Jenkins 빌드 시, Console Output에 위와같은 에러가 발생하는 이유는 Java 힙 크기(-Xmx / -Xms)를 과도하게 늘려 놓았기 때문이다.

해결

SpringToolSuite.ini

-Xms, -Xmx를 낮춰주고 다시 빌드!

profile
BE Developer
post-custom-banner

0개의 댓글