mirror of https://github.com/kortix-ai/suna.git
fix(docker): update process count
This commit is contained in:
parent
a1d5ed00cb
commit
d7ff4b87d0
|
@ -10,7 +10,7 @@ services:
|
|||
memory: 32G
|
||||
|
||||
worker:
|
||||
command: python -m dramatiq --processes 10 --threads 32 run_agent_background
|
||||
command: python -m dramatiq --processes 40 --threads 8 run_agent_background
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
|
|
Loading…
Reference in New Issue