Skip to content

Commit 6c79719

Browse files
build(docker): increase memory limit of celery service
from 16 to 24 GB
1 parent e78737b commit 6c79719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ services:
3636
deploy:
3737
resources:
3838
limits:
39-
memory: 16G
39+
memory: 24G
4040
entrypoint:
4141
[
4242
"celery",

0 commit comments

Comments
 (0)