diff options
| -rw-r--r-- | azure-pipelines.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 29a98c4..2cee265 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,6 +14,9 @@ jobs: displayName: 'Check If Images Need to Be Built' enabled: false + - script: sudo swapoff -a + displayName: 'Disable swap' + - script: cat /proc/meminfo displayName: 'meminfo' |