try this :

modif :      /etc/systemd/user.conf
           /etc/systemd/system.conf
with :
        DefaultlimitNOFILE=65535
        DefaultlimitMEMLOCK=5000000

modif :   /etc/security/limits.conf

with :

        mkasberg hard nofile 65535
        mkasberg soft nofile 65535
        @sudo hard memlock 5000000
        @sudo soft memlock 5000000

reboot

ulimit -l

you will see :
5000000

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1837580

Title:
  memlock is not set

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1837580/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to