-
Notifications
You must be signed in to change notification settings - Fork 425
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Acme: Increase thread pool size to prevent a hang between actors and …
…inference servers According to the documentation [1] when the thread pool size is smaller than the batch size, it is possible to hang when the batched handler is waiting to collect the next example but all the threads are busy synchronously waiting for the results. PiperOrigin-RevId: 628306415 Change-Id: I9c48a689d0e667577f361495524c8fd2b980653e
- Loading branch information
1 parent
aa42e1c
commit 3a1420d
Showing
2 changed files
with
11 additions
and
5 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