There was an error while loading. Please reload this page.
1 parent 1c59af2 commit 6b4e387Copy full SHA for 6b4e387
2 files changed
docker-compose.dev.yml
@@ -135,6 +135,10 @@ services:
135
# Memory and performance tuning
136
MALLOC_ARENA_MAX: 2 # Limit memory arenas for stability
137
PYTHONMALLOC: malloc # Use system malloc for better memory management
138
+ ulimits:
139
+ nofile:
140
+ soft: 65536
141
+ hard: 65536
142
volumes:
143
- ./logs:/app/logs
144
- ./upload_files:/app/upload_files
docker-compose.yml
@@ -130,6 +130,10 @@ services:
130
131
132
133
134
0 commit comments