From 17fe4a04fc32798861a614ec863fdc86eec0bca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 4 Feb 2021 22:43:12 +0100 Subject: [PATCH] bump instance size to n1-highmem-2 to fix memory issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I saw a lot of swapping and RPC errors from nodes. Signed-off-by: Jakub SokoĊ‚owski --- hosts.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts.tf b/hosts.tf index 22aaaa2..1df1fba 100644 --- a/hosts.tf +++ b/hosts.tf @@ -3,7 +3,7 @@ module "main" { name = "master" env = "faucet" group = "faucet-master" - type = "n1-standard-2" + type = "n1-highmem-2" host_count = 1 root_vol_size = 30 data_vol_size = 50