File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -79,10 +79,6 @@ mapping for Azure-specific configuration options. For example:
79
79
# toggle for freeing up some extra space on the default Azure Pipelines
80
80
# linux image before running the Docker container for building
81
81
free_disk_space : False
82
- # Option for creating a swap file on the default Azure Pipelines
83
- # linux image before running the Docker container for building
84
- # for example, use 10GiB to create a 10G swap file
85
- make_swap : 0GiB
86
82
# limit the amount of CI jobs running concurrently at a given time
87
83
# each OS will get its proportional share of the configured value
88
84
max_parallel : 25
@@ -105,6 +101,13 @@ Below is an example configuration for setting up a self-hosted Azure agent for L
105
101
strategy :
106
102
maxParallel : 1
107
103
104
+ Below is an example configuration for adding a swapfile on an Azure agent for Linux:
105
+
106
+ .. code-block :: yaml
107
+
108
+ azure :
109
+ settings_linux :
110
+ swapfile_size : 10GiB
108
111
109
112
.. _bot :
110
113
You can’t perform that action at this time.
0 commit comments