Skip to content

Commit

Permalink
Update systemd.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptomolot authored Jul 2, 2024
1 parent f69f0d2 commit a5e375a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/systemd.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ LimitNOFILE=65535
WantedBy=multi-user.target
EOF
```
Note: Be cautious when increasing file descriptor limits. Setting this value too high might affect system performance. Ensure the value is appropriate for your system's capabilities. https://docs.celestia.org/nodes/celestia-node-troubleshooting#error-too-many-open-files
Note: You can set LimitNOFILE up to 1400000. Be cautious when increasing file descriptor limits. Setting this value too high might affect system performance. [Ensure the value is appropriate for your system's capabilities](https://docs.celestia.org/nodes/celestia-node-troubleshooting#error-too-many-open-files).

If the file was created successfully you will be able to see its content:

Expand Down

0 comments on commit a5e375a

Please sign in to comment.