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
Next revisionBoth sides next revision
faq:nix [2022/05/07 20:43] – [Maximum Open Files] Reformatted using nelgin's better instructions. Andrefaq:nix [2022/06/12 14:09] – [Maximum Open Files] Mention the fixed bug that could cause this. digital man
Line 257: Line 257:
 **Question:**\\ **Question:**\\
 Why am I seeing ''ERROR 24 (Too many open files)'' failures in my error log? Why am I seeing ''ERROR 24 (Too many open files)'' failures in my error log?
 +
 +**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 ''[[dir:data]]/user.dat'' file that were never closed). This bug, combined with a long-running //webv4// ''events.ssjs'' issue that could cause a lot of instances of the //User// class to linger in the JavaScript heap (since fixed with a call to ''js.gc()''), could cause "Too many open files" errors to occur.
  
 **Answer:**\\ **Answer:**\\