From 4a8b3a4cc179f7e29d1aa8912b00f498f33594d5 Mon Sep 17 00:00:00 2001 From: cventastic Date: Wed, 5 Oct 2022 13:46:47 +0200 Subject: [PATCH] revert ulimit for rpc-base.yml and erigon.yml --- erigon.yml | 8 -------- rpc-base.yml | 4 ---- 2 files changed, 12 deletions(-) diff --git a/erigon.yml b/erigon.yml index 78f66f56..6cb654ba 100644 --- a/erigon.yml +++ b/erigon.yml @@ -7,10 +7,6 @@ services: - "30303" - "30304" - "9090" - ulimits: - nofile: - soft: "40000" - hard: "50000" volumes: - erigon-trace:/home/erigon/.local/share/erigon - .jwtsecret:/jwtsecret @@ -52,10 +48,6 @@ services: - chains expose: - "8545" - ulimits: - nofile: - soft: "40000" - hard: "50000" restart: unless-stopped depends_on: - "erigon-trace" diff --git a/rpc-base.yml b/rpc-base.yml index 12948322..b0fc4d07 100644 --- a/rpc-base.yml +++ b/rpc-base.yml @@ -11,10 +11,6 @@ services: ports: - "443:443" - "127.0.0.1:8080:8080" - ulimits: - nofile: - soft: "40000" - hard: "50000" command: - "--api=true" - "--api.insecure=true"