[spe-users] spe is using 1.4g memory
Carl Karsten <carl-0e36oQ2gP/9ZDHo7JO2gXgC/[email protected]> Wed, 13 Sep 2006 18:22:22 -0500
| Newsgroups | gmane.comp.python.spe.user |
|---|---|
| Message-ID | <[email protected]> |
http://pythonide.stani.be
http://pythonide.stani.be/manual/html/manual.html
http://pythonide.stani.be/blog/sm_donate
--
spe has been running for a day or so, and it is eating all my memory. I haven't
been using it much, and haven't opened any files larger than a few kb.
I'll leave it running for a while in case there is anything to be learned, but
my box is starting to drag, not sure how long I can hold out.
Carl K
carl@amd15:~$ ps o "%mem rss sz vsz nlwp cmd" p 17026
%MEM RSS SZ VSZ NLWP CMD
58.5 453512 361967 1447868 2 python /usr/bin/spe helloworld
carl@amd15:~$ free -m
total used free shared buffers cached
Mem: 756 750 6 0 1 53
-/+ buffers/cache: 695 60
Swap: 4871 1656 3214
carl@amd15:~$ python -V
Python 2.4.3
carl@amd15:~$ spe --version
Spe Warning: Spe was developped on wxPython v2.6.1.0., but v2.6.1.2.pre was found.
If you experience any problems please install wxPython v2.6.1.0.
SPE v0.8.2.a (c)2003-2005 www.stani.be
If spe fails to start:
- type "python SPE.py --debug > debug.txt 2>&1" at the command prompt
(or if you use tcsh: "python SPE.py --debug >& debug.txt")
- send debug.txt with some info to spe.stani.be[at]gmail.com
Blender support disabled (run SPE inside Blender to enable).
Encrypted debugging enabled.
SPE v0.8.2.a (c)2003-2005 www.stani.be
carl@amd15:~$