chrisjenx
10/03/2024, 5:35 AMShowing All Messages
The Daemon will expire after the build after running out of JVM heap space.
The project memory settings are likely not configured or are configured to an insufficient value.
The daemon will restart for the next build, which may increase subsequent build times.
These settings can be adjusted by setting 'org.gradle.jvmargs' in 'gradle.properties'.
The currently configured max heap space is '5.3 GiB' and the configured max metaspace is '1 GiB'.
For more information on how to set these values, please refer to <https://docs.gradle.org/8.10.2/userguide/build_environment.html#sec:configuring_jvm_memory> in the Gradle documentation.
To disable this warning, set 'org.gradle.daemon.performance.disable-logging=true'.
Daemon will be stopped at the end of the build after running out of JVM heap space