[BangPypers] what should be memory size memcached for Django on Ubuntu Os?

Gora Mohanty gora at mimirtech.com
Sat Aug 27 19:59:37 CEST 2011


On Sat, Aug 27, 2011 at 4:56 PM, vikas ruhil <vikasruhil06 at gmail.com> wrote:
> A brief Description of system On i  need help for memcached size:-
[...]
> Using Command line  :- memcached -d -m <memory size> -l 127.0.0.1 -p 11222
> Anybody able to suggest memory size for Django, or for Dynamic python usage
> for high Performance computing

This is hard to say for sure without a complete strategy. This would
require an understanding of what your site is doing, which parts are
dynamic, and on what time scales. Django does have pretty nice
caching strategies that you should look into. Also, you seem to have
plenty of RAM to play with, at least on the face of things, so an
aggressive caching strategy should work for you.

Regards,
Gora

P.S. Also look into varnish, and nginx for static media. This blog is a
       great starting point:
http://codysoyland.com/2010/jan/17/evaluating-django-caching-options/


More information about the BangPypers mailing list