These two are realy slurping memory
perl -wT /dev/fd/
/usr/bin/updatedb
if I kill the last one, my memory frees up, but it restarts automatically
I don't know what the perl command does. -w is for enabling "many useful warnings" and -T "enable tainting checks" whatever that means
Any suggestions are appreciated