How many files will make gitnexus "Maximum call stack size execeeded" #747
Unanswered
chenglun17-0
asked this question in
Q&A
Replies: 1 comment
|
This error is usually not about an exact number of files, but about recursion depth and memory limits. When GitNexus processes a large number of files (like ~5000), it may hit the JavaScript call stack limit, causing the "Maximum call stack size exceeded" error. Why it works with ~1000 files:
Possible solutions:
So there is no fixed number like 5000 — it depends on project size, depth, and system resources. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I try to use gitnexus to analyze my project about 5000 fies, it failed.
And i try to ignore many files about only remain 1000 files, it can work.
All reactions