On Thu, 2011-11-17 at 11:40 +0100, Roberto De Ioris wrote: > Hi everyone, the support for Linux KSM has been added in current mercurial tip > > http://projects.unbit.it/uwsgi/wiki/KSM > > If you host a good amount of uWSGi instances/processes on a recent (>=2.6.32) > linux kernel, try it.
This is GREAT. I tried out some time ago with a friend (who wrote the code) a different approach to the problem (using LD_PRELOAD dlsym to replace malloc/realloc to madvise pages), and it was working but savings were very low (it was probably the wrong approach). But it was just a Saturday afternoon hack (well, code for ~1h, then tests :P) I'll try KSM with uwsgi very soon, thanks again for your work :) Thanks for the credits on the doc page, btw :) Giacomo _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
