Re: [matplotlib-devel] big memory leak when running tests?
I can confirm that after running the test suite with matplotlib.test() on a OSX 10.9 machine I end up with using around 1.5 Gb of memory. Furthermore the Python console that the tests are running from is extremely slow after the tests. Doing a gc.collect() frees most of the memory and returns the console to normal. I have only tested this with the stable 1.3.1 release /Jens On Sun, May 4, 2014 at 9:38 PM, Eric Firing wrote: > When I try to run matplotlib/tests.py on master, linux, python 2.7, in a > virtual machine with 4GB, the memory use grows out of control. Just > running the test_axes chews up 1.5 G. Has anyone else seen this? > > Eric > > > -- > "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE > Instantly run your Selenium tests across 300+ browser/OS combos. Get > unparalleled scalability from the best Selenium testing platform available. > Simple to use. Nothing to install. Get started now for free." > http://p.sf.net/sfu/SauceLabs > ___ > Matplotlib-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > -- Is your legacy SCM system holding you back? Join Perforce May 7 to find out: • 3 signs your SCM is hindering your productivity • Requirements for releasing software faster • Expert tips and advice for migrating your SCM now http://p.sf.net/sfu/perforce___ Matplotlib-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
[matplotlib-devel] Mep23 multi figure manager
Hello everybody. I just created a new MEP https://github.com/matplotlib/matplotlib/wiki/Mep23for the modification of the FugureManager adding the possibility to have several canvases under the same window. Please check it out and let me know what you think. Thank you. Federico -- Is your legacy SCM system holding you back? Join Perforce May 7 to find out: • 3 signs your SCM is hindering your productivity • Requirements for releasing software faster • Expert tips and advice for migrating your SCM now http://p.sf.net/sfu/perforce___ Matplotlib-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
Re: [matplotlib-devel] big memory leak when running tests?
This is probably related to some of the random 'out of memory' errors we have been getting on travis. Maybe we should add `gc.collect` to the clean up method? On Mon, May 5, 2014 at 7:15 AM, Jens Nielsen wrote: > I can confirm that after running the test suite with matplotlib.test() on a > OSX 10.9 machine I end up with using around 1.5 Gb of memory. Furthermore > the Python console that the tests are running from is extremely slow after > the tests. Doing a gc.collect() frees most of the memory and returns the > console to normal. I have only tested this with the stable 1.3.1 release > > /Jens > > > On Sun, May 4, 2014 at 9:38 PM, Eric Firing wrote: >> >> When I try to run matplotlib/tests.py on master, linux, python 2.7, in a >> virtual machine with 4GB, the memory use grows out of control. Just >> running the test_axes chews up 1.5 G. Has anyone else seen this? >> >> Eric >> >> >> -- >> "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE >> Instantly run your Selenium tests across 300+ browser/OS combos. Get >> unparalleled scalability from the best Selenium testing platform >> available. >> Simple to use. Nothing to install. Get started now for free." >> http://p.sf.net/sfu/SauceLabs >> ___ >> Matplotlib-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > > > > -- > Is your legacy SCM system holding you back? Join Perforce May 7 to find out: > • 3 signs your SCM is hindering your productivity > • Requirements for releasing software faster > • Expert tips and advice for migrating your SCM now > http://p.sf.net/sfu/perforce > ___ > Matplotlib-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > -- Thomas Caswell [email protected] -- Is your legacy SCM system holding you back? Join Perforce May 7 to find out: • 3 signs your SCM is hindering your productivity • Requirements for releasing software faster • Expert tips and advice for migrating your SCM now http://p.sf.net/sfu/perforce ___ Matplotlib-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
