Skip to content

Commit

Permalink
document pagefile on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Sep 13, 2023
1 parent d6d7c70 commit 1c923dc
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion src/maintainer/conda_forge_yml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,26 @@ Below is an example configuration for setting up a self-hosted Azure agent for L
strategy:
maxParallel: 1
.. _azure-swapfile:

Below is an example configuration for adding a swapfile on an Azure agent for Linux:

.. code-block:: yaml
azure:
settings_linux:
swapfile_size: 10GiB
swapfile_size: 10GiB
.. _azure-pagefile:

To increase the pagefile size on Windows, use this block:

.. code-block:: yaml
azure:
settings_win:
variables:
SET_PAGEFILE: 'True'
.. _bot:

Expand Down

0 comments on commit 1c923dc

Please sign in to comment.