소스 검색

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.