fix: Implement garbage collection in run_conversion_job to prevent memory accumulation and add resource limits in docker-compose for better performance

This commit is contained in:
JB
2025-11-30 05:37:40 -08:00
parent 540b191d5b
commit 040bce1bc1
2 changed files with 15 additions and 0 deletions
+3
View File
@@ -33,6 +33,9 @@ services:
# below if you are deploying to a CPU-only host.
deploy:
resources:
limits:
cpus: '4.0'
memory: 8G
reservations:
devices:
- capabilities: [gpu]