From a8a60fb9477e54be151ad7335b9be98d6400dfc0 Mon Sep 17 00:00:00 2001 From: cventastic Date: Mon, 3 Oct 2022 16:31:53 +0200 Subject: [PATCH] test ulimit for concurrent connections --- rpc-base.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rpc-base.yml b/rpc-base.yml index b0fc4d07..04459523 100644 --- a/rpc-base.yml +++ b/rpc-base.yml @@ -6,6 +6,10 @@ services: image: traefik:latest container_name: traefik restart: always + ulimits: + nofile: + soft: "40000" + hard: "50000" expose: - "8082" ports: