小编P. *_*.R.的帖子

Dask - 警告 - Worker 超出了 95% 的内存预算

我收到错误

Dask - 警告 - Worker 超出了 95% 的内存预算。

我正在使用具有 4 个物理内核和 8 个虚拟内核的本地 PC,我尝试了以下操作:

每...

在 dask localcluster 上管理工作内存

...以及此处的文档...

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)

python dask

5
推荐指数
1
解决办法
2855
查看次数

标签 统计

dask ×1

python ×1