On Sun, May 13, 2018 at 08:23:15PM -0300, Mauricio Reis wrote:
> To summarize: 1) How to check the memory of the computer during the
> execution of the routine? 2) I suggest developing test versions of routines
> that may have a memory error.

If you are on Linux, can you just run "top" while your script runs? That 
will tell you how much memory is being used by each process. On Windows, 
you can use the task scheduler to obtain similar results.

Cheers,

-- 
José María (Chema) Mateos
https://rinzewind.org/blog-es || https://rinzewind.org/blog-en
_______________________________________________
scikit-learn mailing list
scikit-learn@python.org
https://mail.python.org/mailman/listinfo/scikit-learn

Reply via email to