File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ Changelog
6
6
7
7
Released on November 15, 2022
8
8
9
+ .. note ::
10
+
11
+ This release changes the default scheduling mode to use :ref: `queuing <queuing >`.
12
+ This will significantly reduce cluster memory use in most cases, and generally
13
+ improve stability and performance. `Learn more here <https://www.coiled.io/blog/reducing-dask-memory-usage >`_
14
+ and please provide any feedback `on this discussion <https://github.com/dask/distributed/discussions/7128 >`_.
15
+
16
+ In rare cases, this could make some workloads slower. See the :ref: `documentation <adjust-queuing >`
17
+ for more information, and how to switch back to the old mode.
18
+
9
19
New Features
10
20
^^^^^^^^^^^^
11
21
- Add ``ForwardOutput `` worker plugin to forward ``stdout `` and ``stderr `` to client. (:pr: `7297 `) `Hendrik Makait `_
Original file line number Diff line number Diff line change @@ -264,8 +264,8 @@ Adjusting or disabling queuing
264
264
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
265
265
266
266
*It's rare to need to adjust queuing. The default value works well for almost all cases.
267
- Only advanced users wanting to tune performance in unusual cases might consider adjusing
268
- this parameter. *
267
+ * Only advanced users wanting to tune performance in unusual cases might consider
268
+ *adjusting this parameter. *
269
269
270
270
Queuing behavior is controlled by the ``distributed.scheduler.worker-saturation `` config
271
271
value. This is set via the :doc: `Dask configuration system <configuration >`. The config
You can’t perform that action at this time.
0 commit comments