diff --git a/Setup-Computer-Debian-11.md b/Setup-Computer-Debian-11.md index d2d7f19..657f1a7 100644 --- a/Setup-Computer-Debian-11.md +++ b/Setup-Computer-Debian-11.md @@ -244,6 +244,6 @@ make ``` edit /etc/security/limits.conf add at the end: -control soft memlock 200000 -control hard memlock 200000 +control soft memlock 2000000 +control hard memlock 2000000 ``` \ No newline at end of file