Skip to content

Commit

Permalink
Bump default ulimits
Browse files Browse the repository at this point in the history
See mbentley/docker-omada-controller#298 for
more info; example of issues

Signed-off-by: Matt Bentley <mbentley@mbentley.net>
  • Loading branch information
mbentley committed Mar 31, 2023
1 parent 7f8477b commit bab889c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions compose/.apps/omadacontroller/omadacontroller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ services:
max-file: ${DOCKERLOGGING_MAXFILE}
max-size: ${DOCKERLOGGING_MAXSIZE}
restart: ${OMADACONTROLLER_RESTART}
ulimits:
nofile:
soft: 4096
hard: 8192
volumes:
- /etc/localtime:/etc/localtime:ro
- ${DOCKERCONFDIR}/omadacontroller:/opt/tplink/EAPController/data
Expand Down

0 comments on commit bab889c

Please sign in to comment.