I had assigned 100 mb memcached to my askbpt app so when askbot run it fills the cache and I have 256 mb plan but the memory usages are going over causing process kill. what should I do ? askbot team says 30 mb mecache is enough for askbot. should I reduce memcache ? to run askbot or increase it ? or it have no role ? asked 30 Apr '12, 17:41 MR MAN |
Yes your memcached memory usage is counted towards your account limit. So if you set it to 100MB on a 256MB account limit, you will only have 156MB left for your applications. If you set it to 50MB, that will more than likely be enough. If not, you can always increase it is small amounts until you have it where you need. answered 30 Apr '12, 17:53 bmeyer71 ♦♦ thanx very much
(30 Apr '12, 18:02)
MR MAN
|