瀏覽代碼

lxc.prlimit.nofile

Bachir Soussi Chiadmi 1 年之前
父節點
當前提交
8d31812f48
共有 1 個文件被更改,包括 11 次插入1 次删除
  1. 11 1
      readme.md

+ 11 - 1
readme.md

@@ -99,4 +99,14 @@ tmpdir: /var/lib/vz
 #exclude-path: PATHLIST
 #pigz: N
 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.