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

Fix Dask worker memory limit warning #697

Merged
merged 15 commits into from
Aug 15, 2023
Merged

Conversation

johnwlambert
Copy link
Collaborator

Only override memory limit if specified explicitly.

Fixes the following:

2023-08-14 22:50:57,818 - distributed.worker_memory - WARNING - Worker is at 85% memory usage. Pausing worker.  Process memory: 1.14 GiB -- Worker memory limit: 1.33 GiB
2023-08-14 22:50:57,818 - distributed.worker_memory - WARNING - Unmanaged memory use is high. This may indicate a memory leak or the memory may not be released to the OS; see https://distributed.dask.org/en/latest/worker.html#memtrim for more information. -- Unmanaged memory: 1.14 GiB -- Worker memory limit: 1.33 GiB
2023-08-14 22:50:57,820 - distributed.worker_memory - WARNING - Unmanaged memory use is high. This may indicate a memory leak or the memory may not be released to the OS; see https://distributed.dask.org/en/latest/worker.html#memtrim for more information. -- Unmanaged memory: 1.15 GiB -- Worker memory limit: 1.33 GiB
2023-08-14 22:50:57,853 - distributed.worker_memory - WARNING - Unmanaged memory use is high. This may indicate a memory leak or the memory may not be released to the OS; see https://distributed.dask.org/en/latest/worker.html#memtrim for more information. -- Unmanaged memory: 1.16 GiB -- Worker memory limit: 1.33 GiB
2023-08-14 22:50:57,952 - distributed.worker_memory - WARNING - Unmanaged memory use is high. This may indicate a memory leak or the memory may not be released to the OS; see https://distributed.dask.org/en/latest/worker.html#memtrim for more information. -- Unmanaged memory: 1.17 GiB -- Worker memory limit: 1.33 GiB
2023-08-14 22:50:58,053 - distributed.worker_memory - WARNING - Unmanaged memory use is high. This may indicate a memory leak or the memory may not be released to the OS; see https://distributed.dask.org/en/latest/worker.html#memtrim for more information. -- Unmanaged memory: 1.19 GiB -- Worker memory limit: 1.33 GiB

@johnwlambert johnwlambert merged commit ca840ff into master Aug 15, 2023
24 checks passed
@akshay-krishnan akshay-krishnan deleted the fix-memory-limit-warning branch August 15, 2023 04:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants