Opening more than 2 Django projects in PyCharm Pro
I am using PyCharm Pro on my MacBook Air (24GiG RAM) to code in my Django based projects.
Sometimes I want to have 2-3 projects open and running at the same time as I shift between projects. I run those on different pre-defined port numbers, so issue there. But my IDE lags when I have 2-3 projects open simultaneously.
What optimization can be done to have my IDE open ⅔ Django projects at the same time ?
Is more RAM the only way to go ?
Please sign in to leave a comment.
Hello, Anjanesh Lekshminarayanan ,
When multiple Django projects are open at the same time, it is possible to observe high CPU usage, increased memory consumption, or other performance-related issues.
For the investigation please create YouTrack ticket and attach logs collected while reproducing the issue ( Help | Collect Logs and Diagnostic Data). Also depending on which resource is primarily affected, please collect the logs according to the instructions in this article. This will give us more context and help us provide recommendations based on the findings.