Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
faq:nix [2022/05/07 20:43] – [Maximum Open Files] Reformatted using nelgin's better instructions. Andre | faq:nix [2023/02/08 23:50] (current) – [Maximum Open Files] Replace pgrep with pidof digital man | ||
---|---|---|---|
Line 257: | Line 257: | ||
**Question: | **Question: | ||
Why am I seeing '' | Why am I seeing '' | ||
+ | |||
+ | **Answer: | ||
+ | Versions of Synchronet prior to v3.19c contained a bug with the JavaScript //User// class that could cause a leak of open file descriptors (concurrent opens of the '' | ||
**Answer: | **Answer: | ||
Line 262: | Line 265: | ||
\\ \\ | \\ \\ | ||
**Checking current open file limits**\\ | **Checking current open file limits**\\ | ||
- | The most reliable way to determine your open file limit is to login to your BBS as a sysop, run the ''; | + | The most reliable way to determine your open file limit is to login to your BBS as a sysop, run the ''; |
+ | |||
+ | To view the soft limit: '' | ||
+ | To view the hard limit: '' | ||
- | Soft limit: | + | Another method that works on Linux is to search for line beginning with "Max open files" in the file '' |
- | Hard limit: '' | + | $ sudo grep "Max open files" / |
+ | Max open files 10000 10000 files | ||
**If you start Synchronet with systemd**\\ | **If you start Synchronet with systemd**\\ | ||
- | If you're using [[howto: | + | If you're using [[howto: |
<file sbbs.service> | <file sbbs.service> |