Skip to content

Commit 1e67926

Browse files
committed
update docs to use correct units
1 parent f2b5a28 commit 1e67926

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/maintainer/conda_forge_yml.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ mapping for Azure-specific configuration options. For example:
8181
free_disk_space: False
8282
# Option for creating a swap file on the default Azure Pipelines
8383
# linux image before running the Docker container for building
84-
# for example, use 10G to create a 10G swap file
85-
make_swap: 0G
84+
# for example, use 10GiB to create a 10G swap file
85+
make_swap: 0GiB
8686
# limit the amount of CI jobs running concurrently at a given time
8787
# each OS will get its proportional share of the configured value
8888
max_parallel: 25

0 commit comments

Comments
 (0)