Change master and worker flavors to use hugepages

This PS just updates the hugepages field in the master and
worker flavors to true. This works properly in a dev VM
that has hugepages properly configured at the host level.

Change-Id: I3d25414b39a5def8e13b10932ac9ede2715d65e6
This commit is contained in:
Crank, Daniel (dc6350) 2021-04-05 11:13:47 -05:00
parent 6c1edc6f7c
commit c6c43fa161

View File

@ -2,10 +2,10 @@ flavors:
master: master:
vcpus: 4 vcpus: 4
memory: 4 memory: 4
hugepages: false hugepages: true
rootSize: 30 rootSize: 30
worker: worker:
vcpus: 2 vcpus: 2
memory: 2 memory: 2
hugepages: false hugepages: true
rootSize: 10 rootSize: 10