我收到错误
Dask - 警告 - Worker 超出了 95% 的内存预算。
我正在使用具有 4 个物理内核和 8 个虚拟内核的本地 PC,我尝试了以下操作:
每...
...以及此处的文档...
https://distributed.readthedocs.io/en/latest/worker.html#memory-management
...我尝试编辑 .config\dask\distributed.yaml 以取消对底部五行的注释...
distributed:
worker:
# Fractions of worker memory at which we take action to avoid memory blowup
# Set any of the lower three values to False to turn off the behavior entirely
memory:
target: 0.60 # target fraction to stay below
spill: 0.70 # fraction at which we spill to disk
pause: 0.80 # fraction …Run Code Online (Sandbox Code Playgroud)