Skip to content

Commit

Permalink
Specify custom ulimit on nofiles to prevent infinite loop by billiard
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Nov 20, 2024
1 parent 958adbe commit ca1f575
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dandi/tests/data/dandiarchive-docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ services:
environment:
<< : *django_env
DJANGO_DANDI_VALIDATION_JOB_INTERVAL: "5"
ulimits:
# https://github.com/celery/billiard/pull/417
nofile:
soft: 1000
hard: 3000

minio:
image: minio/minio:RELEASE.2022-04-12T06-55-35Z
Expand Down

0 comments on commit ca1f575

Please sign in to comment.