-
-
Notifications
You must be signed in to change notification settings - Fork 757
Tune GC parameters #1653
Copy link
Copy link
Closed
Labels
enhancementImprove existing functionality or make things work betterImprove existing functionality or make things work better
Metadata
Metadata
Assignees
Labels
enhancementImprove existing functionality or make things work betterImprove existing functionality or make things work better
According to Linux
perf, 18% of the scheduler's runtime (and perhaps the workers as well, depending on the workload) can be spent in the Python GC. I suggestdask-workeranddask-scheduler(as well asNannyperhaps) tune the GC parameters at process startup to lessen the number of garbage collection attempts.Something vaguely like: