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

Reduce frequency of GC warning #8543

Open
mrocklin opened this issue Feb 28, 2024 · 1 comment
Open

Reduce frequency of GC warning #8543

mrocklin opened this issue Feb 28, 2024 · 1 comment

Comments

@mrocklin
Copy link
Member

My terminal currently looks like this

...
2024-02-28 15:26:44,992 - distributed.utils_perf - WARNING - full garbage collections took 19% CPU time recently (threshold: 10%)
2024-02-28 15:26:45,794 - distributed.utils_perf - WARNING - full garbage collections took 16% CPU time recently (threshold: 10%)
2024-02-28 15:26:46,690 - distributed.utils_perf - WARNING - full garbage collections took 17% CPU time recently (threshold: 10%)
2024-02-28 15:26:49,071 - distributed.utils_perf - WARNING - full garbage collections took 16% CPU time recently (threshold: 10%)
2024-02-28 15:26:49,309 - distributed.utils_perf - WARNING - full garbage collections took 15% CPU time recently (threshold: 10%)
2024-02-28 15:26:51,389 - distributed.utils_perf - WARNING - full garbage collections took 19% CPU time recently (threshold: 10%)
2024-02-28 15:26:53,476 - distributed.utils_perf - WARNING - full garbage collections took 17% CPU time recently (threshold: 10%)
2024-02-28 15:26:53,905 - distributed.utils_perf - WARNING - full garbage collections took 16% CPU time recently (threshold: 10%)
...

I value this warning, but I really value it just once or twice per computation, not hundreds of times. Maybe we can slow it down if it keeps happening.

@mrocklin
Copy link
Member Author

Not urgent or important, just reporting.

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

1 participant