lxc.prlimit.nofile

This commit is contained in:
2022-08-11 15:25:01 +02:00
parent 078397597e
commit 8d31812f48
+11 -1
View File
@@ -99,4 +99,14 @@ tmpdir: /var/lib/vz
#exclude-path: PATHLIST #exclude-path: PATHLIST
#pigz: N #pigz: N
notes-template: {{guestname}}-{{node}} notes-template: {{guestname}}-{{node}}
``` ```
# lxc setting
For version >= 6.5.x the simple approach is edit /etc/pve/nodes/ns316107/lxc/VMID.conf then enter this line:
```
lxc.prlimit.nofile: 150000
```
Then .. restart the CT.