From 5f04e4b15aa728026382d5c932773f2adeb16d70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Fri, 22 Oct 2021 13:58:31 +0200 Subject: [PATCH] nimbus.prater: lower max peers on macos to fix file limit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's a temporary fix until we apply a proper solution which involves calling `setrlimit()` at startup to raise the soft limit: https://github.com/status-im/nimbus-eth2/issues/2984 Signed-off-by: Jakub SokoĊ‚owski --- ansible/host_vars/macos-01.ms-eu-dublin.nimbus.prater.yml | 4 ++++ ansible/requirements.yml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 ansible/host_vars/macos-01.ms-eu-dublin.nimbus.prater.yml diff --git a/ansible/host_vars/macos-01.ms-eu-dublin.nimbus.prater.yml b/ansible/host_vars/macos-01.ms-eu-dublin.nimbus.prater.yml new file mode 100644 index 0000000..2d699d4 --- /dev/null +++ b/ansible/host_vars/macos-01.ms-eu-dublin.nimbus.prater.yml @@ -0,0 +1,4 @@ +--- +# Lowered to avoid hitting open files limit at boot. +# https://github.com/status-im/nimbus-eth2/issues/2984 +beacon_node_max_peers: 200 diff --git a/ansible/requirements.yml b/ansible/requirements.yml index e18ea4b..decc2d6 100644 --- a/ansible/requirements.yml +++ b/ansible/requirements.yml @@ -16,7 +16,7 @@ - name: infra-role-bootstrap-linux src: git@github.com:status-im/infra-role-bootstrap-linux.git - version: 98eb568531985023475f94e3278459d2534a9cfe + version: dc060de82cbf07dac570c8be2214fe2c250115a2 scm: git - name: infra-role-bootstrap-windows @@ -46,7 +46,7 @@ - name: infra-role-beacon-node-linux src: git@github.com:status-im/infra-role-beacon-node-linux.git - version: 1755d49c9b153e06995afdb3d0351bf39d838817 + version: a8787c4760a5bb11afe8096cea4a997da3a5ef22 scm: git - name: infra-role-beacon-node-windows