commit | f1060cd1c9536c24e9ac06e8b1d23cf427a5ac43 | [log] [tgz] |
---|---|---|
author | PGlazov <pglazov@mirantis.com> | Fri Oct 15 04:47:29 2021 +0400 |
committer | PGlazov <pglazov@mirantis.com> | Fri Oct 15 04:47:29 2021 +0400 |
tree | efba6bae8493c66c5d09f22187481c21b9c987fd | |
parent | 020fa3b905af312bc3ca4f49132f58d116d4094d [diff] [blame] |
Set swapfile to 2GB for all virtual envs Related-Prod: PROD-36426 Change-Id: I9bbfbaad96edbe23ea916e6cbcedcfce66474f2c
diff --git a/tcp_tests/templates/released-heat-cicd-pike-contrail41-sl/underlay--user-data-foundation.yaml b/tcp_tests/templates/released-heat-cicd-pike-contrail41-sl/underlay--user-data-foundation.yaml index 1677dcd..b1ef08b 100644 --- a/tcp_tests/templates/released-heat-cicd-pike-contrail41-sl/underlay--user-data-foundation.yaml +++ b/tcp_tests/templates/released-heat-cicd-pike-contrail41-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