Set default workers to 4 to prevent server lockup
This commit is contained in:
parent
5e5e7936f1
commit
cac40d75d3
1 changed files with 3 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
|||
TTS_HOME=voices
|
||||
HF_HOME=voices
|
||||
|
||||
# Worker processes (default: 1 for GPU models like Qwen3-TTS)
|
||||
# Increase for CPU-bound models like Piper
|
||||
WORKERS=1
|
||||
# Worker processes (default: 4 for concurrent TTS requests)
|
||||
# Each worker can handle one TTS request at a time
|
||||
WORKERS=4
|
||||
|
||||
#PRELOAD_MODEL=xtts
|
||||
#PRELOAD_MODEL=xtts_v2.0.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue