Extend m1.tiny-centos memory

In OSP 17, booting a centos7 VM with the existing m1.tiny-centos flavor
causes the VM to enter Kernel Panic because of OOM issues. This patch
extends the memory of m1.tiny-centos from 192 MB to 224 MB to fix this
issue.

Change-Id: I05f1b9a060aba90c61c4242f5eed047c6a35793f
This commit is contained in:
Sanjay Chari 2022-11-21 16:03:19 +05:30
parent 7cc0532013
commit 7a1ff7f4cf

View File

@ -14,7 +14,7 @@ browbeat_flavors:
disk: 1
- name: m1.tiny-centos
cpu: 1
memory: 192
memory: 224
disk: 8
- name: m1.tiny-centos84
cpu: 1