Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Should I use php5-memcache on a 32mb vps?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Should I use php5-memcache on a 32mb vps?

TammyTammy Member
edited January 2014 in Requests

Memcached is a caching daemon designed especially for dynamic web applications to decrease database load by storing objects in memory.

But my mini vps only have 32mb memory...

Comments

  • VPNVPN Member

    A 32MB VPS probably should avoid storing anything critical in memory wherever possible.

    You don't want important cached processes being kicked out because of low memory.

    Thanked by 1Tammy
  • Buy a bigger VM if you need memory caching.

Sign In or Register to comment.