Click here to Skip to main content
15,891,423 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am developing few applications using .net core and angular in Ubuntu OS. Due to drastic performance loss on my laptop I checked the current process in execution using Htop.

Its showing lot of instances of ng serve. Is this some error or expected behavior of angular?

I am using VS Code and Tilix terminal emulator in Ubuntu 20.04 machine with 4 GB of RAM.


angular - Why ng serve is showing multiple times in process monitor - Stack Overflow[^]

What I have tried:

No clue what to do next. Upgraded the ram to avoid the system getting stuck. But still getting in another machines.
Posted
Comments
[no name] 15-Sep-20 9:21am    
Some programs allow multiple instances. And some programs stay in memory ("leak") when you don't shut them down properly; like "hiding" a windows app.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900