This message was deleted.
# community-news
s
This message was deleted.
🎉 6
Ƃ
👌 looks very nice 🙂 I think someone asked you somewhere already, have you thought about measuring memory usage of processes spawned by Gradle? I tried a PoC a while back and it should be possible to modify jvmargs of each
JavaExec
task to attach an agent that would measure that process available memory and memory usage
👀 1
It would be insanely helpful to understand how to optimize the build wrt max workers and understand why Gradle daemon disappears. The trickiest thing would be attaching to things like Kotlin compile daemon (or Gradle daemon itself)
👀 1
m
Thanks @Ɓukasz Wasylkowski Yes, it's already an open issue in the repository Github page I will investigate it later soon.
Ƃ
ah, great 👍 I didn’t see it here: https://github.com/janbarari/gradle-analytics-plugin/issues am I looking in the wrong place?
m
Ops. I guess the issue has been removed Can you create a new one?
Ƃ
Sure https://github.com/janbarari/gradle-analytics-plugin/issues/51 not much details there but I haven’t exactly thought through what and how could be tracked 🙂