We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d783c10 + f789129 commit 0207fa5Copy full SHA for 0207fa5
src/maintainer/conda_forge_yml.rst
@@ -83,6 +83,7 @@ mapping for Azure-specific configuration options. For example:
83
# each OS will get its proportional share of the configured value
84
max_parallel: 25
85
86
+
87
.. _self-hosted_azure-config:
88
89
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
100
101
strategy:
102
maxParallel: 1
103
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
111
112
.. _bot:
113
0 commit comments