On 5 June 2012 17:16, Phil Stewart <phil.stewart(a)lichp.co.uk> wrote:
An in-memory datastore like Memcache or Redis can
quite happily chew through
as much RAM as you can throw at it if you have a big enough data set. I
believe Redis can be configured to swap, but performance would take a
nose-dive.
Could such proggies not spawn another process in order to use more
memory though? Instead of swapping say, to slow disk IIUC.
That's what I'm wondering. I assumed PAE kernels might aid processes
to do this automagically too.