diff options
| author | 2019-06-27 17:21:57 -0700 | |
|---|---|---|
| committer | 2019-06-29 20:05:40 -0700 | |
| commit | 91fb5c6965568541832373ca1727dbb5deb5d752 (patch) | |
| tree | a764758e28a548a344cf7c8ea3df9141d3a7b735 | |
| parent | Check swap info (diff) | |
Disable swap
| -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' |