@fiona
Would it be possible to clarrify this patch for us?
https://lists.proxmox.com/pipermail/pve-devel/2023-December/061043.html
We have a enviroment that is pushing the limits with NOFILE.
root@proxhost1:~# for pid in $(pidof kvm); do prlimit -p $pid | grep NOFILE; ls -1 /proc/$pid/fd/ | wc -l; done
NOFILE max number of open files 1024 1048576 files
1023
Am I correct in thinking that the soft limit should auto bump to the hard limit if the processes requires it?
root@proxhost1:~# pveversion
pve-manager/7.4-18/b1f94095 (running kernel: 5.15.152-1-pve)
Would it be possible to clarrify this patch for us?
https://lists.proxmox.com/pipermail/pve-devel/2023-December/061043.html
We have a enviroment that is pushing the limits with NOFILE.
root@proxhost1:~# for pid in $(pidof kvm); do prlimit -p $pid | grep NOFILE; ls -1 /proc/$pid/fd/ | wc -l; done
NOFILE max number of open files 1024 1048576 files
1023
Am I correct in thinking that the soft limit should auto bump to the hard limit if the processes requires it?
root@proxhost1:~# pveversion
pve-manager/7.4-18/b1f94095 (running kernel: 5.15.152-1-pve)
Last edited: