high mem
why do i keep getting high memory usage messages from norton about pycharm when there are no projects open?
2 条评论
排序方式
日期
投票数
any ideas? i like to keep pycharm open since i use it every day, but if it is doing something when i have no projects open then i would rather close it.
The Java virtual machine will allocate a certain amount of memory, up to the limit specified in the configuration file, but will not release it to the operating system even if the application is no longer using it. PyCharm is not doing anything when it doesn't have any projects open, but the memory will remain allocated.
请先登录再写评论。