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

Make Uhyve aware of process-wide limits #897

Open
Tracked by #843
n0toose opened this issue Feb 5, 2025 · 0 comments
Open
Tracked by #843

Make Uhyve aware of process-wide limits #897

n0toose opened this issue Feb 5, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@n0toose
Copy link
Member

n0toose commented Feb 5, 2025

By implementing limits, Uhyve could continue to function / not crash (or otherwise show any unexpected behavior) if a process-wide limit (e.g. amount of open file handles) is exhausted by a guest OS. This will become feasible (and somewhat trivial to implement) when #857 is merged.

See: https://gitlab.com/virtio-fs/virtiofsd/-/blob/main/src/limits.rs

@n0toose n0toose changed the title limits (e.g. return an error if we can't open any more files): https://gitlab.com/virtio-fs/virtiofsd/-/blob/main/src/limits.rs Implement filesystem limits in Uhvye Feb 5, 2025
@n0toose n0toose added the enhancement New feature or request label Feb 5, 2025
@n0toose n0toose changed the title Implement filesystem limits in Uhvye Implement filesystem limits in Uhyve Feb 5, 2025
@n0toose n0toose changed the title Implement filesystem limits in Uhyve Make Uhyve aware of process-wide limits Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant