On 3/16/2011 6:09 PM, Shawn Heisey wrote:
du -hc *x

I was looking over the files in an index and I think it needs to include more of the files for a true picture of RAM needs. I get 5.9GB running the following command against a 16GB index. It excludes *.fdt (stored field data) and *.tvf (term vector fields), but includes everything else.

du -hc `ls | egrep -v "tvf|fdt"`

If any of the experts have a better handle on which files are consulted on virtually all queries, that would help narrow down the OS cache requirements.

Thanks,
Shawn

Reply via email to