https://gradle.com/ logo
Docs
Join the conversationJoin Slack
Channels
android
caching
community-news
community-support
config-avoidance
configuration-cache
contributing
dependabot
dependency-management
design
design-specs
developer-productivity-engineering
docs
dpe-summit
feed
file-system-watching
flutter
general
gradle-enterprise
jobs
kotlin-dsl
linen
maven
migrating-from-ant
migrating-from-maven
native
performance
playframework
plugin-development
releases
roadmap
self-promotion
Powered by Linen
file-system-watching
  • d

    Doni

    01/06/2023, 1:49 PM
    Hi, is there any known issue with file system watching slower build on gradle 7.5.1 ? my local build super slow when file system watching enabled, especially on clean build and some specific kotlin task that generated tons of file
    l
    • 2
    • 5
  • e

    Eli Graber

    01/20/2023, 1:44 AM
    Is there any benefit to enabling downside to disabling file system watching for ephemeral CI builds?
    l
    • 2
    • 6
Powered by Linen
Title
e

Eli Graber

01/20/2023, 1:44 AM
Is there any benefit to enabling downside to disabling file system watching for ephemeral CI builds?
l

lptr

01/20/2023, 9:59 AM
I don’t think the impact would be noticeable for ephemeral CI. That said, why do you want to disable it?
e

Eli Graber

01/20/2023, 9:15 PM
I think it's causing issues on GitHub Actions runners since they are low powered machines, and I have a large project (a few hundred subprojects)
l

lptr

01/23/2023, 1:27 PM
Hm. What kind of issues? File system watching shouldn’t add any significant CPU or memory overhead. With it disabled, we still track in memory the same things during the build.
What I mean is if you disable FSW that will not decrease the load during a build.
e

Eli Graber

01/23/2023, 2:42 PM
I was thinking potentially IO issues, but it looks like in this case the issue were caused by a GitHub Actions issues.
l

lptr

01/23/2023, 2:43 PM
OK, so not a FSW problem? Great!
View count: 2