Is it normal for nx to c…

less than 1 minute read

Is it normal for nx to create multiple node processes and obliterate your ram memory? I use vscode and when i run my nestjs server with the nx command, my activity monitor shows multiple node processes. Got 16GB of RAM, top of the line computer, but it eats it all.

Responses:

at almost a gig each? There’s definitely something up

are you re-executing the same command?

or doing a watch?

Ya what Jon said, that can’t be right.

I just do nx serve my-app Right after i run the command, it says Using 14 workers with 2048MB memory limit

Is it normal? I thought it was docker, but docker is not running and I got rid of the docker vs extension.

Updated: