mirror of
https://github.com/element-hq/ems-docs.git
synced 2026-01-16 23:00:36 +00:00
Merge pull request #91 from karlabbott/main
Updating with limits.conf for RHEL based installs.
This commit is contained in:
commit
abe9b8b808
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue