Gradle Daemon Operations
Jump to navigation
Jump to search
Internal
Overview
Status
./gradlew --status
Note that only Daemons for the current Gradle version are displayed.
Stop
./gradlew --stop
Note that the command only stops the daemons corresponding to the Gradle version that executes the command.
Logs
~/.gradle/daemon/<version>
Debug
Configuration
Set Memory per Daemon
Add the following in the project's gradle.properties:
org.gradle.jvmargs=-Xmx4096M