From c1672a394a8f51a54855bca33f93945b39e454a9 Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Tue, 13 Feb 2024 15:10:25 +0000 Subject: [PATCH] Set up ulimits The server takes too long to start on RHEL9 without the change --- docker-compose.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index e8505a9..9e3c9c6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -30,6 +30,10 @@ services: - "4064:4064" volumes: - "omero:/OMERO" + ulimits: + nofile: + soft: 8192 + hard: 65536 omeroweb: # This container uses the tag for the latest web release of OMERO 5