There is a way to run Pycharm in 32bit mode for reducing memory consumption. Where can I set that. (Pycharm has documented this, but I can't find the google phrase to get me to that page.)
Asked
Active
Viewed 9,096 times
3 Answers
6
Most likely you are looking for this document.

monk-time
- 2,123
- 1
- 14
- 17

CrazyCoder
- 389,263
- 172
- 990
- 904
-
+1, I just landed on this document, finding a linux alternative for this! – zengr Nov 21 '11 at 06:32
1
You can alternatively set VM options from your pycharm path $PATH/pycharm/pycharm-2.7.1/bin in file pycharm64.vmoptions example:
-Xms128m
-Xmx800m
-XX:MaxPermSize=350m
-XX:ReservedCodeCacheSize=64m
-XX:+UseCodeCacheFlushing
-ea
-Dsun.io.useCanonCaches=false

Ian Juma
- 107
- 1
- 12