IT/안드로이드

Gradle 'talkkormoney' project refresh failed. Unable to start the daemon process.

조원태 2017. 8. 24. 19:06
반응형

Gradle 'talkkormoney' project refresh failed. Unable to start the daemon process.


Error: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 https://docs.gradle.org/3.3/userguide/gradle_daemon.html

Please read the following process output to find out more:

-----------------------

Error occurred during initialization of VM

Could not reserve enough space for 1572864KB object heap





왼쪽 탐색창에서 Gradle Scripts -> gradle.propertis 파일을 여신 후 

org.gradle.jvmargs=-Xmx1536m 

위와 같은 부분이 있는데요. 아래와 같이 수정하시면 되요.

org.gradle.jvmargs=-Xmx512m -XX:MaxPermSize=512m

오른쪽 상단에  Try Again  버튼을 클릭하면 재실행 됨


반응형