Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added docs for swapfile switch #1988

Merged
merged 7 commits into from
Aug 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/maintainer/conda_forge_yml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ mapping for Azure-specific configuration options. For example:
# each OS will get its proportional share of the configured value
max_parallel: 25


.. _self-hosted_azure-config:

Below is an example configuration for setting up a self-hosted Azure agent for Linux:
Expand All @@ -100,6 +101,13 @@ Below is an example configuration for setting up a self-hosted Azure agent for L
strategy:
maxParallel: 1

Below is an example configuration for adding a swapfile on an Azure agent for Linux:

.. code-block:: yaml

azure:
settings_linux:
swapfile_size: 10GiB

.. _bot:

Expand Down
Loading