Flies analized not running

Hi @josegironp, welcome to the SonarSource Community!

I think this point you mentioned is a sign of your general problem: lack of memory. If you’re scanning within Docker, you’ll need to make sure the container has enough resources (keep increasing til you see no sign of problem). And then also, within the container, you may also need to configure our scanner to give more memory to the node process we use during analysis. See our Troubleshooting section in the Typescript docs for more details.