diff --git a/ansible/group_vars/nimbus-geth-goerli.yml b/ansible/group_vars/nimbus-geth-goerli.yml index ad15c4a..9b893cb 100644 --- a/ansible/group_vars/nimbus-geth-goerli.yml +++ b/ansible/group_vars/nimbus-geth-goerli.yml @@ -17,7 +17,7 @@ geth_account_pass: '{{lookup("passwordstore", "service/Nimbus-Geth/password")}}' geth_websocket_origins: '*' # Memory settings -geth_cont_mem_ratio: 0.8 +geth_cont_mem_ratio: 0.7 # Geth metrics geth_source_cont_name: '{{ geth_cont_name }}' diff --git a/geth.tf b/geth.tf index a4a583f..fa1b9d4 100644 --- a/geth.tf +++ b/geth.tf @@ -34,7 +34,7 @@ module "nimbus_geth_goerli" { domain = var.domain /* Scaling */ - instance_type = "t3a.medium" + instance_type = "t3a.large" root_vol_size = 10 data_vol_size = 50 data_vol_type = "gp2"