[IPython-dev] ipython memory usage problem

MinRK benjaminrk at gmail.com
Wed Oct 21 09:41:17 EDT 2015


Can you provide a complete example and the Python version and OS you are
using?

On Tue, Oct 20, 2015 at 3:45 PM, <Chahe.Adourian at asc-csa.gc.ca> wrote:

> Hi there,
>
>
>
> I am using ipyparallel to run some tests. Every time I call the function
> on the remote engines, the memory use of the engine is increasing.
>
> I have tried the following to clear the memory on the engines without
> success.
>
>
>
> 1)      dview.execute(‘%reset’)
>
> 2)      dview.execute(‘%reset In’)
>
> 3)      dview.execute(‘%reset Out’)
>
> 4)      dview.execut(‘gc.collect’)
>
> 5)      I used a more forceful approach where all the variables are
> deleted, but that kills my remote link as well to the engine.
>
>
>
> The only solution so far is to stop the Engines and restart them again,
> but that’s not my first choice. Anybody know what’s going on? Why doesn’t
> ‘%reset’ cleanup properly?
>
>
>
> Thanks
>
> _____________________________________________
>
> Chahé Adourian
>
>
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> https://mail.scipy.org/mailman/listinfo/ipython-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20151021/9f085986/attachment.html>


More information about the IPython-dev mailing list