Rector stoping without any message #8598
Unanswered
CViniciusSDias
asked this question in
Q&A
Replies: 2 comments 5 replies
|
You can troubleshoot parallel process https://getrector.com/documentation/troubleshooting-parallel |
5 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.
When running Rector on a big codebase, it starts executing, changes the files correctly, but at some point it simply freezes, without finishing the execution and without showing any type of message.
I wonder if there's anything I can do to fetch more information to understand what is happening.
When I run with --debug, the file names are shown until a point where it also just stops. And it's not always at the same point / file. If I run rector just for the last file it shows in the debug output, it works fine. It seems to be something on big codebases.
I already increased the memory limit but it still happens.
All reactions