From 8d31812f48c50b1f54659256589e48ec602c45a7 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Thu, 11 Aug 2022 15:25:01 +0200 Subject: [PATCH] lxc.prlimit.nofile --- readme.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9beb687..576abbc 100644 --- a/readme.md +++ b/readme.md @@ -99,4 +99,14 @@ tmpdir: /var/lib/vz #exclude-path: PATHLIST #pigz: N notes-template: {{guestname}}-{{node}} -``` \ No newline at end of file +``` + +# 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. \ No newline at end of file