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.
1 parent d6d7c70 commit 1c923dcCopy full SHA for 1c923dc
src/maintainer/conda_forge_yml.rst
@@ -101,13 +101,26 @@ Below is an example configuration for setting up a self-hosted Azure agent for L
101
strategy:
102
maxParallel: 1
103
104
+.. _azure-swapfile:
105
+
106
Below is an example configuration for adding a swapfile on an Azure agent for Linux:
107
108
.. code-block:: yaml
109
110
azure:
111
settings_linux:
- swapfile_size: 10GiB
112
+ swapfile_size: 10GiB
113
114
+.. _azure-pagefile:
115
116
+To increase the pagefile size on Windows, use this block:
117
118
+.. code-block:: yaml
119
120
+ azure:
121
+ settings_win:
122
+ variables:
123
+ SET_PAGEFILE: 'True'
124
125
.. _bot:
126
0 commit comments