ulimit

  1. Q

    Proxmox ulimit hell : how to really increase open files ?

    I have already read posts related to ulimit on this forum, but don't understand anything, so please do NOT post me as a reply, either links to the forum, either links to proxmox mostly oudated wiki on this subject. My case is pretty simple. I have a fresh Hetzner dedicated server. And I want to...
  2. Y

    How to increase "max locked memory" (ulimit -l) on a LXC container ?

    Hello, How to increase "max locked memory" (ulimit -l) on a LXC container ? Thanks!
  3. Y

    How to increase Open File limit on LXC priv.

    Hello, how can increase open file limits on LXC privileged container ? And how can i check if are applied inside the container ? proxmox-ve: 5.2-2 THANKS!
  4. M

    [SOLVED] Increase "nofile" in lxc containers

    Hi, Running the latest version of proxmox (5.1-42), but struggling to increase the number of open files on my containers, they default with way way too low values: (From inside the container) ulimit -Hn && ulimit -Sn 4096 1024 The containers are running as unpriviled, already increased the...
  5. A

    change limits for unprivileged container

    How do change (persistent) limits (open files) for unprivileged containers? root@container1:~# ulimit -n 65536 -bash: ulimit: open files: cannot modify limit: Operation not permitted prlimit - not affected changes in pvenode:/etc/security/limit.conf - not affected
  6. N

    [SOLVED] Failed to allocate directory watch: Too many open files

    Anyone knows what to do with "Failed to allocate directory watch: Too many open files" in containers? It happens in every container so i suppose its an issue with the host. I've tried to add the following to the /etc/security/limits.conf on the host but with no luck root -...