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
Shell & Terminal : bash and a host of terminals: xterm, terminator, kitty, ghostty, wezterm (all reproduce)
OS : Linux 6.13.3-arch1-1
WM : Cinnamon 6.4.7 (Xorg)
Hardware : Lenovo Thinkpad P53
Issue:
When recursing over a large directory hierarchy, the entirety of /home, I get a large number of "too many open files (os error 24)" errors:
...
./data/_back-data/mozilla_profile_admin/xxxxxxxx.default/storage/default/https+++ask.libreoffice.org/cache/morgue/241: Too many open files (os error 24)
./data/_back-data/mozilla_profile_admin/xxxxxxxx.default/storage/default/https+++ask.libreoffice.org/cache/morgue/242: Too many open files (os error 24)
...
etc.
``
Other utilities like ls and `lsd` do not display this behavior. I am not sure as to the cause.
The text was updated successfully, but these errors were encountered:
Version:
eza - A modern, maintained replacement for ls
v0.20.22 [+git]
https://github.com/eza-community/eza
Command like arguments:
eza --almost-all --recurse >/dev/null
Shell & Terminal : bash and a host of terminals: xterm, terminator, kitty, ghostty, wezterm (all reproduce)
OS : Linux 6.13.3-arch1-1
WM : Cinnamon 6.4.7 (Xorg)
Hardware : Lenovo Thinkpad P53
Issue:
When recursing over a large directory hierarchy, the entirety of
/home
, I get a large number of "too many open files (os error 24)" errors:etc.
``
Other utilities like
ls
and `lsd` do not display this behavior. I am not sure as to the cause.The text was updated successfully, but these errors were encountered: