Starting a Gradle Daemon, 1 busy and 6 stopped Daemons could not be reused, use --status for details

前端 未结 3 2510
走了就别回头了
走了就别回头了 2021-01-03 17:59

When I was running the gradle clean command, I got the following message

Starting a Gradle Daemon, 1 busy and 6 stopped Daemons could not

3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-03 18:40

    I solve it with another method in other post. By removing folders like 4.4 4.6 5.4.1 5.5 in directory as below

    /users/[username]/.gradle/daemon

    java.lang.OutOfMemoryError: GC overhead limit exceeded

提交回复
热议问题