Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ls fails to allocate memory for large directories. #1

Open
hayley-leblanc opened this issue Jan 26, 2024 · 0 comments
Open

ls fails to allocate memory for large directories. #1

hayley-leblanc opened this issue Jan 26, 2024 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@hayley-leblanc
Copy link
Collaborator

readdir still uses vectors, so if there are too many files in a directory we may fail to allocate enough memory to use utilities like ls.

@vijay03 vijay03 added the help wanted Extra attention is needed label Jul 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants