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 46a4db1Copy full SHA for 46a4db1
dandi/tests/data/dandiarchive-docker/docker-compose.yml
@@ -67,7 +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
minio:
76
image: minio/minio:RELEASE.2022-04-12T06-55-35Z
77
# When run with a TTY, minio prints credentials on startup
0 commit comments