2014년 11월 6일 목요일

[SQL Developer] Unable to create an instance of the Java Virtual Machine error

Oracle SQL Developer 실행 시 다음과 같은 에러를 만날 수 있다.
"Unable to create an instance of the Java Virtual Machine error"


이것은 메모리 부족으로 인한 것으로 다음과 같이 JVM Memory 설정을 하여주면 가능하다.

1. Open the ide.conf file located under <Oracle SQL Developer>\sqldeveloper\bin\sqldeveloper.conf
2. Edit :
AddVMOption -Xmx1024M
=>
AddVMOption -Xmx256M or 512 MB change into 512 instead of 1024

댓글 없음:

댓글 쓰기