Skip to content

Commit 0301d53

Browse files
committed
updated docs for how to use custom size
1 parent 7957b19 commit 0301d53

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/maintainer/conda_forge_yml.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,10 @@ 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-
# toggle for creating a 10G swap file on the default Azure Pipelines
82+
# Option for creating a swap file on the default Azure Pipelines
8383
# linux image before running the Docker container for building
84-
make_10G_swap: False
84+
# for example, use 10G to create a 10G swap file
85+
make_swap: 0
8586
8687
.. _self-hosted_azure-config:
8788

0 commit comments

Comments
 (0)