Skip to content

Commit

Permalink
Merge pull request #1533 from dandi/bf-1488
Browse files Browse the repository at this point in the history
Specify custom ulimit on nofiles to prevent infinite loop by billiard
  • Loading branch information
yarikoptic authored Nov 21, 2024
2 parents 958adbe + ca1f575 commit a7712c3
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 a7712c3

Please sign in to comment.