We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow setting shared memory for TaskAPI similar to other inference APIs.
Currently it is not possible to use more than one PyTorch dataloader to train a model because of the shared memory limits, they fail with the error:
ERROR: Unexpected bus error encountered in worker. This might be caused by insufficient shared memory (shm).
This was previously discussed in "Allow setting the shared memory (shm) size for the API container" #1638.
The text was updated successfully, but these errors were encountered:
this one should be easy, thanks for reporting!
Sorry, something went wrong.
RobertLucian
Successfully merging a pull request may close this issue.
Description
Allow setting shared memory for TaskAPI similar to other inference APIs.
Motivation
Currently it is not possible to use more than one PyTorch dataloader to train a model because of the shared memory limits, they fail with the error:
Additional context
This was previously discussed in "Allow setting the shared memory (shm) size for the API container" #1638.
The text was updated successfully, but these errors were encountered: