[dpdk] Rise up available memory on computes 90/67490/1
authorMichael Polenchuk <mpolenchuk@mirantis.com>
Fri, 5 Apr 2019 12:55:01 +0000 (16:55 +0400)
committerMichael Polenchuk <mpolenchuk@mirantis.com>
Fri, 5 Apr 2019 12:55:01 +0000 (16:55 +0400)
There is no enough memory (default 4k pages) for services
like libvirt, which cannot fork child processes.

Change-Id: I44d8efd7cafb52a7c823c02738c1d321017aa7a3
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
mcp/config/scenario/os-nosdn-ovs-noha.yaml
mcp/config/scenario/os-odl-ovs-noha.yaml

index 508c2d5..30a55fe 100644 (file)
@@ -26,7 +26,7 @@ virtual:
     ram: 4096
   cmp001:
     vcpus: 6
-    ram: 10240
+    ram: 14336
   cmp002:
     vcpus: 6
-    ram: 10240
+    ram: 14336
index 85f74f2..b245387 100644 (file)
@@ -31,7 +31,7 @@ virtual:
     ram: 6144
   cmp001:
     vcpus: 6
-    ram: 10240
+    ram: 14336
   cmp002:
     vcpus: 6
-    ram: 10240
+    ram: 14336