Skip to content
New issue

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

🎨 add SIGBUS startup failure warning message #34

Merged
merged 1 commit into from
Feb 21, 2024
Merged

Conversation

joerunde
Copy link
Collaborator

Motivation

When insufficient shared memory is mounted for communication between shards, shards will terminate with SIGBUS and users get no helpful information about why.

Modifications

If we encounter a signal 7 or a SIGBUS signal error from the death of a shard, we then log a warning recommending to add shared memory.

If we encounter a signal 7 or a SIGBUS signal error from the death of a shard, we then log a warning recommending to add shared memory.

Signed-off-by: Prashant Gupta <[email protected]>
@joerunde joerunde merged commit 6c56f8f into main Feb 21, 2024
7 checks passed
@joerunde joerunde deleted the sigbus-failure branch February 21, 2024 20:23
Xaenalt pushed a commit to Xaenalt/text-generation-inference that referenced this pull request Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants