From 22be895dfc13869e16699b568f8d257c137a3670 Mon Sep 17 00:00:00 2001 From: Karl Abbott Date: Mon, 11 Apr 2022 15:36:36 -0400 Subject: [PATCH] Updating with limits.conf for RHEL based installs. --- ee-installer/src/install-poc.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ee-installer/src/install-poc.md b/ee-installer/src/install-poc.md index d55bd30..e9f85b8 100644 --- a/ee-installer/src/install-poc.md +++ b/ee-installer/src/install-poc.md @@ -105,6 +105,13 @@ https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm -y sudo alternatives --set python3 /usr/bin/python3.9 ``` +Add the following lines to `/etc/security/limits.conf`: + +```bash +* soft nofile 4096 +* hard nofile 10240 +``` + ### Further Pre-requisites You should have the installer unpacked in a directory on your server. We