Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
faq:nix [2023/02/05 01:57] – [Maximum Open Files] Add the /proc/#/limits tip for checking max open files on Linux digital manfaq:nix [2023/02/08 23:50] (current) – [Maximum Open Files] Replace pgrep with pidof digital man
Line 270: Line 270:
 To view the hard limit: ''ulimit -Hn'' To view the hard limit: ''ulimit -Hn''
  
-Another method that works on Linux is to search for line beginning with "Max open files" in the file ''/proc/$(pgrep sbbs)/limits'': +Another method that works on Linux is to search for line beginning with "Max open files" in the file ''/proc/$(pidof sbbs)/limits'': 
-  $ sudo grep "Max open files" /proc/$(pgrep sbbs)/limits+  $ sudo grep "Max open files" /proc/$(pidof sbbs)/limits
   Max open files            10000                10000                files        Max open files            10000                10000                files