Docs: Correct the system.conf NOFILE variable name
This commit is contained in:
committed by
mergify[bot]
parent
f6600810d7
commit
845c783b0e
@ -94,7 +94,11 @@ Add
|
|||||||
LimitNOFILE=500000
|
LimitNOFILE=500000
|
||||||
```
|
```
|
||||||
to the `[Service]` section of your systemd service file, if you use one,
|
to the `[Service]` section of your systemd service file, if you use one,
|
||||||
otherwise add it to `/etc/systemd/system.conf`.
|
otherwise add
|
||||||
|
```
|
||||||
|
DefaultLimitNOFILE=500000
|
||||||
|
```
|
||||||
|
to the `[Manager]` section of `/etc/systemd/system.conf`.
|
||||||
```bash
|
```bash
|
||||||
sudo systemctl daemon-reload
|
sudo systemctl daemon-reload
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user