From e66390af8741f44d79a7f30a66cfa8300961fca8 Mon Sep 17 00:00:00 2001 From: raabe Date: Wed, 27 Jul 2022 20:15:59 +0200 Subject: [PATCH] Update Setup Computer Debian 11 --- Setup-Computer-Debian-11.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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