Hello,
Cannot increase ulimit
aario@openmandriva-x8664:~$ ulimit -l
8192
aario@openmandriva-x8664:~$ cat /etc/os-release
NAME="OpenMandriva Lx"
VERSION="25.03 (ROME) Rolling"
ID="openmandriva"
VERSION_ID="25.03"
PRETTY_NAME="OpenMandriva Lx 25.03 (ROME) Rolling"
BUILD_ID="20250302.09"
VERSION_CODENAME="rome"
ANSI_COLOR="1;43"
LOGO="openmandriva"
CPE_NAME="cpe:/o:openmandriva:openmandriva_lx:25.03"
HOME_URL="http://openmandriva.org/"
BUG_REPORT_URL="https://github.com/OpenMandrivaAssociation/distribution/issues/"
SUPPORT_URL="https://forum.openmandriva.org"
PRIVACY_POLICY_URL="https://www.openmandriva.org/tos"
aario@openmandriva-x8664:~$ cat ~/.config/systemd/user/memlock.service
[Unit]
Description=Set memlock to unlimited
[Service]
LimitMEMLOCK=infinity
ExecStart=/bin/bash -c 'echo "Memlock limit set to unlimited"'
[Install]
WantedBy=default.target
aario@openmandriva-x8664:~$ systemctl --user status memlock.service
β memlock.service - Set memlock to unlimited
Loaded: loaded (/home/aario/.config/systemd/user/memlock.service; enabled; preset: enabled)
Drop-In: /usr/lib/systemd/user/service.d
ββ10-timeout-abort.conf
Active: inactive (dead) since Mon 2025-03-17 10:25:37 CET; 5min ago
Duration: 30ms
Invocation: f52f46b40e404d1999b1b53cdc0e002a
Main PID: 1819 (code=exited, status=0/SUCCESS)
Mem peak: 1.4M
CPU: 4ms
Mar 17 10:25:36 openmandriva-x8664 systemd[1759]: Started memlock.service - Set memlock to unlimited.
Mar 17 10:25:37 openmandriva-x8664 bash[1819]: Memlock limit set to unlimited
aario@openmandriva-x8664:~$ cat /etc/security/limits.d/10-memlock.conf
aario soft memlock unlimited
aario hard memlock unlimited
aario@openmandriva-x8664:~$
Any ideas would be appreciated. Thanks in advance.