Skip to content

Commit fac4400

Browse files
committed
update docs
1 parent 1e67926 commit fac4400

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/maintainer/conda_forge_yml.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,6 @@ mapping for Azure-specific configuration options. For example:
7979
# toggle for freeing up some extra space on the default Azure Pipelines
8080
# linux image before running the Docker container for building
8181
free_disk_space: False
82-
# Option for creating a swap file on the default Azure Pipelines
83-
# linux image before running the Docker container for building
84-
# for example, use 10GiB to create a 10G swap file
85-
make_swap: 0GiB
8682
# limit the amount of CI jobs running concurrently at a given time
8783
# each OS will get its proportional share of the configured value
8884
max_parallel: 25
@@ -105,6 +101,13 @@ Below is an example configuration for setting up a self-hosted Azure agent for L
105101
strategy:
106102
maxParallel: 1
107103
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
108111
109112
.. _bot:
110113

0 commit comments

Comments
 (0)