Ram Memory and EHCP
Submitted by steven80 on Fri, 08/31/2012 - 17:06
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).
Forums:
ehcpdeveloper
Fri, 08/31/2012 - 23:29
Permalink
useful: http://ehcp.net/?q
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...
steven80
Sat, 09/01/2012 - 17:51
Permalink
Thank you for your time and
Thank you for your time and for help. :)