kactus
kactus copied to clipboard
A lot of changes provoke error dialogs
Describe the bug
When the list of changes exceed of X numbers os changes, provoke dialogue errors. For example, when you want to revert a commit with a bunch of changes.
Could be a problem of Github Desktop, but..
Version & OS
Kactus 0.3.29 Mac OS 10.15.3
Steps to reproduce the behavior
- Compare a branch with other with a lot of changes.
- Commit this merge
- Revert this commit
Screenshots
Logs
2020-05-08.kactus.production.log
Additional context
In other cases, another dialogues appear about memory exceed or buffer. Now, I don't have theses screenshot, but I will attach it when it appears.
I am very weak in this area, but could be a problem of limitation of github? I was reading this SOF https://stackoverflow.com/questions/8965606/node-and-error-emfile-too-many-open-files
I tried the command ulimit -a
so.. maybe the solution can be by this way? 😅