Docs: Correct the system.conf NOFILE variable name (#14010)

(cherry picked from commit 845c783b0e)

Co-authored-by: Trent Nelson <trent@solana.com>
This commit is contained in:
mergify[bot]
2020-12-08 07:56:41 +00:00
committed by GitHub
parent c66ee3c623
commit eea3c4e4f1

View File

@@ -94,7 +94,11 @@ Add
LimitNOFILE=500000
```
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
sudo systemctl daemon-reload
```