I have a simple question.
I often run complex computations in pandas with large datasets. Sometimes python keep up using RAM more an more up to the point where everything is saturated and my computer basically crashes. I use the Anaconda distribution on a windows machine.
Is it possible to set a threshold (say 98%) such that if the RAM usage goes above that threshold, then the kernel should be restarted orthe process should be killed?