bump instance size to n1-highmem-2 to fix memory issues

I saw a lot of swapping and RPC errors from nodes.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-02-04 22:43:12 +01:00
parent 44666e7a7c
commit 17fe4a04fc
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -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