Configuration Reference
=======================

.. contents:: :local:

.. note::
   It is possible to configure Dask inline with dot notation, with YAML or via environment variables.
   See the `conversion utility <configuration.html#conversion-utility>`_ for converting the following dot notation to other forms.

Dask
----

.. dask-config-block::
    :location: dask
    :config: file:///../debian/dask-config-blocks/dask.yaml
    :schema: file:///../debian/dask-config-blocks/dask-schema.yaml


Distributed
-----------

Client
~~~~~~

.. dask-config-block::
    :location: distributed.client
    :config: file:///../debian/dask-config-blocks/distributed.yaml
    :schema: file:///../debian/dask-config-blocks/distributed-schema.yaml

Comm
~~~~

.. dask-config-block::
    :location: distributed.comm
    :config: file:///../debian/dask-config-blocks/distributed.yaml
    :schema: file:///../debian/dask-config-blocks/distributed-schema.yaml


Dashboard
~~~~~~~~~

.. dask-config-block::
    :location: distributed.dashboard
    :config: file:///../debian/dask-config-blocks/distributed.yaml
    :schema: file:///../debian/dask-config-blocks/distributed-schema.yaml


Deploy
~~~~~~

.. dask-config-block::
    :location: distributed.deploy
    :config: file:///../debian/dask-config-blocks/distributed.yaml
    :schema: file:///../debian/dask-config-blocks/distributed-schema.yaml



Scheduler
~~~~~~~~~

.. dask-config-block::
    :location: distributed.scheduler
    :config: file:///../debian/dask-config-blocks/distributed.yaml
    :schema: file:///../debian/dask-config-blocks/distributed-schema.yaml


Worker
~~~~~~

.. dask-config-block::
    :location: distributed.worker
    :config: file:///../debian/dask-config-blocks/distributed.yaml
    :schema: file:///../debian/dask-config-blocks/distributed-schema.yaml


Admin
~~~~~

.. dask-config-block::
    :location: distributed.admin
    :config: file:///../debian/dask-config-blocks/distributed.yaml
    :schema: file:///../debian/dask-config-blocks/distributed-schema.yaml


UCX
~~~

.. dask-config-block::
   :location: ucx
   :config: file:///../debian/dask-config-blocks/distributed.yaml
   :schema: file:///../debian/dask-config-blocks/distributed-schema.yaml


RMM
~~~

.. dask-config-block::
    :location: rmm
    :config: file:///../debian/dask-config-blocks/distributed.yaml
    :schema: file:///../debian/dask-config-blocks/distributed-schema.yaml
