Memcached

Memcached runs on localhost port 11211 (use CACHE_BACKEND = "memcached://127.0.0.1:11211/" for Django). It's a single 1GB instance shared among all users, so your on your honor to cache intelligently. I might ask you to switch to a database cache if it appears you're hogging.