high mem
why do i keep getting high memory usage messages from norton about pycharm when there are no projects open?
2 comments
Sort by
Date
Votes
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.
Please sign in to leave a comment.