Can't get task disk usage: opendir() failed

From BOINC Wiki
Revision as of 15:31, 12 September 2016 by Jord (talk | contribs) (adding new faq)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.