-
Notifications
You must be signed in to change notification settings - Fork 130
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set semaphore to 2 for "request_task" API
Tested working fine with a fleet of 75k cores 10k machines, Waitress configured with threads=4 and connection_limit=100 HW usage: RAM 72%, primary Waitress instance CPU 85-95% This is a good compromise for threads "privileged" for "request_task" API, and threads free for any other APIs, while keeping Waitress threads=4. Raising the number of Waitress threads uses more RAM and can requires lowering the MongoDB cache size to avoid the OOM killer. see #2003 Drop old mongodb requirement.
- Loading branch information
1 parent
01d6dbc
commit df34bdc
Showing
3 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters