I.lib()/I.lib(etc)
Soap UI Error (The JVM could not be started.....)
.07274.
2014. 10. 10. 11:13
.
Soap UI 를 사용하다 갑자기 아래와 같은 ERROR 발생
The JVM could not be started. The maximum heap size (-Xmx) might be too large or an antivirus or firmware tool could block the execution.
원인은 메모리 문제인듯 하지만 일단 지금은 바쁘니 아래와 같이 수정.
SoapUI 설치된 Dir\bin\SoapUI-X.X.X.vmoptions 파일 열기
-Xmx1000m 이부분을 -Xmx512m 로 수정하기
끝~!