Base solution for your next web application
Open Closed

The CPU & Memory usage are very high when running the nodejs. #10124


User avatar
0
Simonlum created

HI Team,

When i run the command npm start in VSCode console, the nodejs use a lot of CPU & Memory, How can i sovle this issue?

Many thanks.


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    By default, this command bundles many style and script files. But, we have changed this behaviour a bit for the 10.3 verison. There are many style and script files belongs to Metronic theme which you shouldn't change most of the time. So, could you implement changes in https://github.com/aspnetzero/aspnet-zero-core/pull/3748/files and see if it makes any difference ?