You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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
The text was updated successfully, but these errors were encountered: