Skip to content
Snippets Groups Projects
Commit bd5cfbde authored by vlorentz's avatar vlorentz
Browse files

Document the Luigi configuration we need.

parent 81d8927e
No related branches found
No related tags found
1 merge request!629Document the Luigi configuration we need.
Pipeline #10699 passed
......@@ -48,6 +48,10 @@ where:
(``--TaskName-kebab-cased-parameter``).
See the `Luigi CLI documentation <https://luigi.readthedocs.io/en/stable/running_luigi.html>`_ for details.
Luigi needs a configuration file with ``{hostname}_ram_mb = 32000`` (assuming 32GB of RAM) in
its `[resources] block <https://luigi.readthedocs.io/en/stable/configuration.html#resources>`_.
This file should be passed either to the central scheduler (when using ``--scheduler-url``)
or through ``--luigi-config`` when using ``--local-scheduler``.
.. note::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment