Update help text to use correct gunicorn command with workers flag
This commit is contained in:
parent
fc44f11368
commit
2ecf77efe2
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ def main():
|
|||
print("\nHow to fix:")
|
||||
print(" Option 1 - Set environment variable before starting (recommended):")
|
||||
print(" export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES")
|
||||
print(" lightrag-server")
|
||||
print(" lightrag-gunicorn --workers 2")
|
||||
print("\n Option 2 - Add to your shell profile (~/.zshrc or ~/.bash_profile):")
|
||||
print(" echo 'export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES' >> ~/.zshrc")
|
||||
print(" source ~/.zshrc")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue