Skip to content
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.

Commit

Permalink
Switch CaaSP workers to a larger flavor
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rhafer committed Jun 11, 2019
1 parent ef8c2a6 commit 0052bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/caasp-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0052bab

Please sign in to comment.