-
Notifications
You must be signed in to change notification settings - Fork 20
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
Hangs on a big project #6
Comments
/summon @M-Izadmehr |
Not sure what the deal is, I even used the cli option that narrows it down to directory. I pointed it to a directory with 3 .tsx file (within a large project) and still stuck. The node process sucks up all my CPU processing power and my macbook sounds like it's about to take off. |
Thanks a lot for taking the time and reporting this issue:) |
Hi Same issue for me, in a javascript project (and I only test javascript, there is nothing else there). I tried to mark only the specific directory and the index.js file, but nothing worked. It starts hanging at the "220 imported assets found." stage. |
Same here :(
|
Same here :(
|
Same:
|
I've got this working on a large project but it's reporting 90% of files as dead, while I know that they're included. This is using |
+1, can confirm, I'm also experiencing this in a semi-large project with a mixed JS(X)/TS(X) codebase. |
This might be a duplicate of #4 |
Thanks for the report, Sorry I was not active in the past few months. |
Using deadfile 1.2.2 with a React typescript codebase I had the same issue as simonv3
|
Happy to report that our large project with ~560 files is now finishing |
I encountered this issue and I resolved by this way:
|
@joepake What kind of alias do you use (webpack/npm/...)? |
Tried two times. Every time I had to kill the process after 4-6 minutes.
Weirdly, I couldn't also terminate the process using
Ctrl+c
so I killed it from the outside.Both times the process was consuming 175-200% of CPU according to
htop
.System: Linux Ubuntu 18.04
The text was updated successfully, but these errors were encountered: