polyakov84
polyakov84
I've got issues with node process CPU sage after closing PyCharm 2024.1. Everything works well before I close the PyCharm. After closing the node process doesn't stop and use 150%...
@jaysoo It takes 143% of CPU and will not exit until I kill it.
@jaysoo `kill` doesn't kill the process. The process still presents, and it increases CPU usage to 215%. `kill -9` kills process, and there are no node processes after that.
@jaysoo I don't have this menu item in PyCharm Pro. I also checked in other menus.
@jaysoo [idea.log_sanitized.zip](https://github.com/nrwl/nx-console/files/15181133/idea.log_sanitized.zip)
@jaysoo Here is an additional log tail from closing PyCharm moment. Maybe it will be helpful. `2024-05-01 23:46:40,610 [2604912] INFO - #c.i.o.w.i.WindowManagerImpl - === Release(true) frame on closed project ===...
@MaxKless It's fixed and works well in my case. Thanks.