We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 958adbe commit ca1f575Copy full SHA for ca1f575
dandi/tests/data/dandiarchive-docker/docker-compose.yml
@@ -67,6 +67,11 @@ services:
67
environment:
68
<< : *django_env
69
DJANGO_DANDI_VALIDATION_JOB_INTERVAL: "5"
70
+ ulimits:
71
+ # https://github.com/celery/billiard/pull/417
72
+ nofile:
73
+ soft: 1000
74
+ hard: 3000
75
76
minio:
77
image: minio/minio:RELEASE.2022-04-12T06-55-35Z
0 commit comments