Skip to content

Commit 1c923dc

Browse files
committed
document pagefile on Windows
1 parent d6d7c70 commit 1c923dc

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

src/maintainer/conda_forge_yml.rst

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,26 @@ Below is an example configuration for setting up a self-hosted Azure agent for L
101101
strategy:
102102
maxParallel: 1
103103
104+
.. _azure-swapfile:
105+
104106
Below is an example configuration for adding a swapfile on an Azure agent for Linux:
105107

106108
.. code-block:: yaml
107109
108110
azure:
109111
settings_linux:
110-
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'
111124
112125
.. _bot:
113126

0 commit comments

Comments
 (0)