mirror of https://github.com/kortix-ai/suna.git
fix Dockerfile too many workers
This commit is contained in:
parent
6a201da1b4
commit
4759b89871
|
@ -15,7 +15,7 @@ COPY . .
|
|||
|
||||
# Calculate optimal worker count based on 16 vCPUs
|
||||
# Using (2*CPU)+1 formula for CPU-bound applications
|
||||
ENV WORKERS=33
|
||||
ENV WORKERS=7
|
||||
ENV THREADS=2
|
||||
ENV WORKER_CONNECTIONS=2000
|
||||
|
||||
|
|
Loading…
Reference in New Issue