Re: How to place whole indexed data on cache

2015-02-19 Thread Nitin Solanki
Thanks Dominique. Got your view.. On Wed, Feb 18, 2015 at 11:55 PM, Dominique Bejean < dominique.bej...@eolya.fr> wrote: > Hi, > > As Shawn said, install enough memory in order that all free direct memory > (non heap memory) be used as disk cache. > Use 40% maximum of the available memory for hea

Re: How to place whole indexed data on cache

2015-02-18 Thread Dominique Bejean
Hi, As Shawn said, install enough memory in order that all free direct memory (non heap memory) be used as disk cache. Use 40% maximum of the available memory for heap memory (Xmx JVM parameter), but never more than 32 Gb And avoid your server to swap. For most Linux systems, this is configured u

Re: How to place whole indexed data on cache

2015-02-18 Thread Shawn Heisey
On 2/18/2015 4:20 AM, Nitin Solanki wrote: > How can I place whole indexed data on cache by which if I will > search any query then I will get response, suggestions, collations rapidly. > And also how to view that which documents are on cache and how to verify it? Simply install enough ex