From 0052babed32b5bed94958091b81845e8b3183e30 Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Tue, 11 Jun 2019 15:11:36 +0200 Subject: [PATCH] Switch CaaSP workers to a larger flavor With the current default (m1.large, i.e. 8GB of RAM) deployments run out of memory from time to time, with the OOM killer starting to kill processes. Let's switch to a bigger flavor (m1.medlarge, i.e. 12GB of RAM) to avoid that. --- files/caasp-stack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/caasp-stack.yaml b/files/caasp-stack.yaml index 1d7206616..ade32f026 100644 --- a/files/caasp-stack.yaml +++ b/files/caasp-stack.yaml @@ -81,7 +81,7 @@ parameters: worker_flavor: type: string description: Worker Flavor - default: m1.large + default: m1.medlarge constraints: - custom_constraint: nova.flavor worker_count: