[Pydev-users] [Users] RE: out of memory error
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2011-12-10 20:16:52
|
The following forum message was posted by qu9542 at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4739830: [update] Here are the steps to reproduce this problem [1] Launch Eclipse to a new workspace [2] Create a new PyDev project (add /usr/bin/python as python interpreter) [3] download pygtkglext-1.1.0.tar.gz @ https://sourceforge.net/projects/gtkglext/files/pygtkglext/1.1.0/pygtkglext-1. 1.0.tar.gz/download [4] unzip the file, and Copy and paste the example folder into the new PyDev project folder. [5] Refresh PyDev project, and open one .py file (e.g., "NeHe6Multi.py") in the Eclipse Editor. [6] wait... check the memory usage by java... growing ...growing... very quickly... When memory by java reaches 1.2GB, eclipse hangs... Even you can quit eclipse, this java process will stay as zombie process. Q |