Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: provide memory usage statistics for processes spawned by Gradle #51

Open
lwasyl opened this issue Oct 14, 2022 · 1 comment
Open

Comments

@lwasyl
Copy link

lwasyl commented Oct 14, 2022

It would be insanely helpful to understand how to optimize the build — how many workers to use, how much memory to assign to e.g. Test tasks, and to understand why Gradle daemon disappears (which is usually a sign of OOM).

One tricky thing would be attaching to processes like Kotlin compile daemon (or Gradle daemon itself) which aren't necessarily created by Gradle, but which are part of the build anyway

@janbarari janbarari self-assigned this Nov 4, 2022
@janbarari
Copy link
Owner

Hey @lwasyl
Thank you for submitting your request.
Since the plugin is an analytics tool. It won't tell you what to do. But, regarding the workers and memory. It would be nice to have a metric to see the current workers that active in the build process or the memory usage. I consider that in my investigation for the next milestone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants