Merge pull request #91 from karlabbott/main

Updating with limits.conf for RHEL based installs.
This commit is contained in:
karlabbott 2022-04-11 15:40:38 -04:00 committed by GitHub
commit abe9b8b808
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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