How much memory is PHP actually using?
I've noticed there's quite a difference between what top or ps reports as memory usage for a PHP process, compared to what the process itself thinks its using (with memory_get_usage). How much mem...