commit | 8a384d2e438420fadb141d4726f0d9ee8ddf1121 | [log] [tgz] |
---|---|---|
author | Sergey Galkin <sergey.gals@gmail.com> | Thu Jan 23 17:05:52 2020 +0400 |
committer | Sergey Galkin <sergey.gals@gmail.com> | Thu Jan 23 17:05:52 2020 +0400 |
tree | afa22ddc86d1a127d53a254da16761779f0b313e | |
parent | 82a493bf5fb9aaf267ab1337c5d3e69189c2e8a7 [diff] [blame] |
Decrease swap size to 2G Related prod: PROD-33921 Change-Id: I887c6b1fd9fcb620b19a74ae7157021c8623a32a
diff --git a/tcp_tests/templates/released-heat-cicd-queens-dvr-sl/underlay--user-data-foundation.yaml b/tcp_tests/templates/released-heat-cicd-queens-dvr-sl/underlay--user-data-foundation.yaml index 1677dcd..b1ef08b 100644 --- a/tcp_tests/templates/released-heat-cicd-queens-dvr-sl/underlay--user-data-foundation.yaml +++ b/tcp_tests/templates/released-heat-cicd-queens-dvr-sl/underlay--user-data-foundation.yaml
@@ -41,7 +41,7 @@ runcmd: # Create swap - - fallocate -l 16G /swapfile + - fallocate -l 2G /swapfile - chmod 600 /swapfile - mkswap /swapfile - swapon /swapfile