From db583a1763e007d623b6fe24659a447f2bf5f613 Mon Sep 17 00:00:00 2001 From: Niels V Date: Fri, 5 Jul 2024 11:07:05 +0200 Subject: [PATCH] Update docker-compose.yml elixir services have issues on hosts with a lot of memory in recent docker versions, this prevents those. some background in https://chat.semte.ch/channel/mu-semtech/thread/hrqTNCDqZjTebf8fx and https://www.couchbase.com/forums/t/couchbase-erl-child-setup-cpu-100-and-the-server-never-boots-up/32734 --- docker-compose.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index f213fbf..c8f9fde 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,12 +7,20 @@ services: SESSION_COOKIE_SECURE: "on" links: - dispatcher:dispatcher + ulimits: + nofile: + soft: "65536" + hard: "65536" dispatcher: image: semtech/mu-dispatcher:2.1.0-beta.2 links: - resource:resource volumes: - ./config/dispatcher:/config + ulimits: + nofile: + soft: "65536" + hard: "65536" database: image: redpencil/virtuoso:1.2.0-rc.1 environment: