Does meteor build command + forever utilizes multicore by default?

My understanding is that it doesn’t. However, I’m seeing something different when I’m using htop to view my process. As you can see, the CPU switches between 1 and 2. Does this mean that it’s using multicore?

processes don’t typically run on a single core forever, the operating system schedules jobs and they run on whichever core is available - this isn’t meteor specific.

1 Like