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 이런식으로 메모리 확보해줌
잘되네. 끝.ㅎ
'삽질방지 팁' 카테고리의 다른 글
[CSS] IE8 에서 zoom 변경 시 높이 지정 삽질 해결 (0) | 2015.07.29 |
---|---|
웹페이지의 레이아웃이 다를 때 - DOCTYPE 선언의 중요성 (0) | 2015.07.23 |
[Eclipse 에러] Specified VM install not found 오류 해결 (0) | 2015.07.15 |
[Android Studio 오류 해결] sdk manager error - peer not authenticated (0) | 2015.07.10 |
[eclipse-tomcat] jsp/tag compile error ( tagSupport 사용 에러 ) (0) | 2015.06.04 |