I am using ipython notebook and am using up too much memory.
Using:
ps -e -orss=,args= | sort -b -k1,1n | pr -TW$COLUMNS | tail -n 10
I see it come up to a little over 200MB before restarting the kernel.
I read here that I should increase the memory for the virtual box of the notebook with vagrant. However, I am not using Vagrant, and running ipython notebook from my shell without any virtual box (that I am aware of).
What do I do to increase the memory allocation?