On 20 April 2012 14:41, Robert Newson <[email protected]> wrote: > Yes, it's deliberate. BigCouch (and CouchDB) doesn't typically > allocate a lot of memory (though lots of replication jobs would change > that). Having lots of RAM is recommended for the OS's disk cache, > however. > > B.
You might be able to use it by pre-heating views, or querying with appropriate include_docs. Jason Smith wrote a script to do that for CouchDB which you could try. http://web.archiveorange.com/archive/v/oW6Dz2vTi9LDuZ92hKwy https://github.com/iriscouch/procouch/blob/master/lib/view_heater.js in https://github.com/iriscouch/procouch A+ Dave
