You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO (#641) linux fs limits single process to open max of 1024 file descriptors
The text was updated successfully, but these errors were encountered:
thepenguinco
changed the title
Determine whether os.Open and open file descriptors is a problem
Investigation os.Open and open file descriptors
Apr 1, 2022
sethiay
added
feature request
Feature request: request to add new features or functionality
p2
P2
and removed
bug
Error or flaw in the code with unintended result
labels
May 31, 2023
We currently run os.Open for each file we add to our cache.
Linux fs limits single process to open max of 1024 file descriptors so this is probably not scalable and we need to fix this.
See:
gcsfuse/internal/contentcache/contentcache.go
Line 131 in 8a18ae4
The text was updated successfully, but these errors were encountered: