-
-
Notifications
You must be signed in to change notification settings - Fork 603
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
guitui crashs when switching to Log tab "Too many open files; class=Os (2)" #2433
Comments
can't reproduce, is this a public repository? |
Unfortunately, it's not a public repository
|
Could you provide an output from Would it be possible for you to give us an idea of how many files are in your index? For reference, I have tried to reproduce this with gitui on > 1000000 commits, file descriptor limit set to 50, 50000 files in the index or untracked, 90000 files altogether. Is this large enough or is your project larger? |
cpu unlimited unlimited
filesize unlimited unlimited
data unlimited unlimited
stack 8372224 67092480
core 0 unlimited
rss unlimited unlimited
memlock unlimited unlimited
maxproc 2666 4000
maxfiles 256 unlimited
❯ git ls-files | wc -l
7133
❯ git rev-list --all --count
35607
❯ ulimit -n
256
|
Describe the bug
gitui crashes when switching to the Log tab.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expect to see the logs without any crashes.
Screenshots
If applicable, add screenshots to help explain your problem.
Context (please complete the following information):
macOS 15.1.1 (24B91)
0.26.3
1.82
Additional context
The repo is huge.
The count of logs is: 26900.
When switching to Logs after the Status stopped loading there is no crashs.
The text was updated successfully, but these errors were encountered: