Memory Usage python matplotlib.mlab.griddata

114 Views Asked by At

Using the griddata-function of matplotlib.mlab I'm facing some problems with memory usage. The function is called several times by the scipy.integrate.quad-function. The task manager tells me that python allocates up to ~1,8 GB memory before it crashes without an error message. I don't get why the function allocates more and more memory with every call and I guess that's the key point to the crash. Can anyone explain me why this is happening? I'm using python 2.7.9 on Windows.

0

There are 0 best solutions below