From 33bf208f8555dbebeb228a7aa827f60acb55bee2 Mon Sep 17 00:00:00 2001 From: SasukeFreestyle Date: Sun, 26 Feb 2023 18:05:30 +0100 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 00fca5a..b0d4539 100644 --- a/README.md +++ b/README.md @@ -39,14 +39,14 @@ sudo nano /etc/security/limits.conf Copy this at end of the file and save and close. ```console -* soft nproc 65535 -* hard nproc 65535 -* soft nofile 65535 -* hard nofile 65535 -root soft nproc 65535 -root hard nproc 65535 -root soft nofile 65535 -root hard nofile 65535 +* soft nproc 655350 +* hard nproc 655350 +* soft nofile 655350 +* hard nofile 655350 +root soft nproc 655350 +root hard nproc 655350 +root soft nofile 655350 +root hard nofile 655350 ``` Run this to apply settings.