Ram Memory and EHCP

Regards,
I want to know how much memory ram consumes EHCP ?
Another thing I would like to know Is it possible to optimize EHCP that consumes less memory ram (for example through the shell).

useful: http://ehcp.net/?q=search/node/memory%20usage
there may be way to reduce ram usage, by optimizing some components.
such as: reduce apache worker count, disable unused mysql modules such as innodb,
remove some unused programs...
actually ehcp itsel does consume very little memory. however, other hosting software (webserver,dns etc.) consumes much of memory.
you need to optimize those software.

If you have little memory, I suggest you to use nginx instead of apache,
disable mysql innodb, remove all non-used modules, programs...

Thank you for your time and for help. :)