There is a way to run Pycharm in 32-bit mode to reduce memory consumption. Where can I install it. (Pycharm has documented this, but I cannot find the google phrase to get me to this page.)
You are most likely looking for this document .
I'm not sure which OS you are running, but since pycharm is built on the JVM, you can pass this argument to the JVM startup parameters, which will force the JVM to work in 32-bit mode:-d32
-d32
pycharm $PATH/pycharm/pycharm-2.7.1/bin pycharm64.vmoptions :
-Xms128m -Xmx800m -XX:MaxPermSize=350m -XX:ReservedCodeCacheSize=64m -XX:+UseCodeCacheFlushing -ea -Dsun.io.useCanonCaches=false