Difference between revisions of "Can't get task disk usage: opendir() failed"

From BOINC Wiki
Jump to: navigation, search
(adding new faq)
 
(removing font)
Line 1: Line 1:
<div style=" line-height: 1.1rem; font-family: verdana;">
 
 
You encounter this error when BOINC has too many files open at the same time, because it is not closing files when it is done with them. Always use close() on objects you opened.<br>
 
You encounter this error when BOINC has too many files open at the same time, because it is not closing files when it is done with them. Always use close() on objects you opened.<br>
</div>
 

Revision as of 00:25, 22 November 2016

You encounter this error when BOINC has too many files open at the same time, because it is not closing files when it is done with them. Always use close() on objects you opened.