[android studio 오류 해결] Unable to start the daemon process 오류 해결 :: 소림사의 홍반장!


Unable to start the daemon process.

This problem might be caused by incorrect configuration of the daemon.
For example, an unrecognized jvm option is used.
Please refer to the user guide chapter on the daemon at http://gradle.org/docs/1.6/userguide/gradle_daemon.html
Please read below process output to find out more:
-----------------------
Error occurred during initialization of VM
Could not reserve enough space for object heap
Could not create the Java virtual machine.

뭐 이런거 쏼라쏼라.... 이거 뭐지..


집 컴은 잘되는데 회사컴은 안됌..ㅡㅡ ( 회사컴 사양 : Windows 7 64bit, 4GB 램, java 1.7 32bit )


찾아본 결과 4GB 램 이하에서는 옵션에서 사용할 메모리 확보를 해줘야 한다는데...


뭐 하니까 되긴 되는구만.


File > Settings > Build, Execution, Deployment > compiler > VM Options : -Xmx512m


여기 항목에 -Xmx512m 이런식으로 메모리 확보해줌


잘되네. 끝.ㅎ


다른 카테고리의 글 목록

삽질방지 팁 카테고리의 포스트를 톺아봅니다