diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-09-20 16:43:44 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-10-07 16:17:09 +0300 |
commit | 146831f80a0b3c289ab922171eaf7c8d9a3b1bce (patch) | |
tree | 0ab9928d402782010756c6f875902f8d32d07bf1 /.cirrus.yml | |
parent | c0b6c96eee7c9e24b78935516225259e61cdabf7 (diff) |
ci: Reduce Windows memory for faster scheduling
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 5491f2c04b..05b264fb73 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -79,7 +79,7 @@ task: << : *FILTER_TEMPLATE windows_container: cpu: 4 - memory: 16G + memory: 8G image: cirrusci/windowsservercore:visualstudio2019 timeout_in: 120m env: |