Skip to content

Commit

Permalink
Update systemd.md
Browse files Browse the repository at this point in the history
Modify the bridge node guide (LimitNOFILE) according to #1633
  • Loading branch information
cryptomolot authored Jul 2, 2024
1 parent a24bec3 commit f69f0d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nodes/systemd.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,13 @@ User=$USER
ExecStart=$(which celestia) bridge start
Restart=on-failure
RestartSec=3
LimitNOFILE=1400000
LimitNOFILE=65535
[Install]
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

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

Expand Down

0 comments on commit f69f0d2

Please sign in to comment.