Memory eater reveal command

Simply open terminal and run

ps -e -orss=,args= | sort -b -k1,1n | pr -TW$COLUMNS

You can save the result as a text file.

ps -e -orss=,args= | sort -b -k1,1n | pr -TW$COLUMNS > memory_usage.txt