當前位置: 首頁>>代碼示例 >>用法及示例精選 >>正文


Python distributed.SpecCluster.scale用法及代碼示例


用法:

scale(n=0, memory=None, cores=None)

將集群擴展到 n 個工作人員

參數

nint

目標工人人數

例子

>>> cluster.scale(10)  # scale cluster to ten workers

相關用法


注:本文由純淨天空篩選整理自dask.org大神的英文原創作品 distributed.SpecCluster.scale。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。