Skip to content

Commit

Permalink
Set up ulimits
Browse files Browse the repository at this point in the history
The server takes too long to start on RHEL9 without the change
  • Loading branch information
jburel committed Feb 13, 2024
1 parent be0b284 commit c1672a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c1672a3

Please sign in to comment.