This message was deleted.
# community-support
s
This message was deleted.
d
I'm on 6.9.1 on mac with a monitoring agent that routinely makes file access take seconds, the biggest I've seen is a variation of about 20 seconds
c
Okay - Im wondering if this is it: https://github.com/gradle/gradle/issues/14927
I’m thinking that I’m hitting this because I use IntelliJ for editing but tend to return to a separate shell to execute gradle commands.
n
A build scan will give some insights in to where your buidl is spending time during the configuration phase.
e
There are definitely memory leaks somewhere. I experience this all the time with Gradle (since v7) + AGP + Kotlin, and each of those have their own issues. I've been filing a lot of memory leak bugs, and while some have been fixed, many still haven't been, and new ones keep popping up. In the interim I just kill the daemon every few builds.