Skip to content

Commit 0207fa5

Browse files
authored
Merge pull request #1988 from mikemhenry/feat/add_mkswap_switch
2 parents d783c10 + f789129 commit 0207fa5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/maintainer/conda_forge_yml.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ mapping for Azure-specific configuration options. For example:
8383
# each OS will get its proportional share of the configured value
8484
max_parallel: 25
8585
86+
8687
.. _self-hosted_azure-config:
8788

8889
Below is an example configuration for setting up a self-hosted Azure agent for Linux:
@@ -100,6 +101,13 @@ Below is an example configuration for setting up a self-hosted Azure agent for L
100101
strategy:
101102
maxParallel: 1
102103
104+
Below is an example configuration for adding a swapfile on an Azure agent for Linux:
105+
106+
.. code-block:: yaml
107+
108+
azure:
109+
settings_linux:
110+
swapfile_size: 10GiB
103111
104112
.. _bot:
105113

0 commit comments

Comments
 (0)