cloud-hypervisor/vhost_user_fs
Ricardo Koller 7589f1b3bf vhost_user_fs: increase RLIMIT_NOFILE
Increase the number of open files limit for the sandboxed process to the
maximum allowed in the system. The maximum is obtained by reading the
/proc/sys/fs/nr_open sysctl file, and the setting is done using the setrlimit
syscall. Failure to read or parse the nr_open file, or to set the rlimit
results in a panic.

Signed-off-by: Ricardo Koller <ricarkol@gmail.com>
2020-08-05 08:38:58 +02:00
..
src vhost_user_fs: increase RLIMIT_NOFILE 2020-08-05 08:38:58 +02:00
Cargo.toml build(deps): bump libc from 0.2.73 to 0.2.74 2020-07-28 20:46:37 +00:00