On Sat, 2008-08-16 at 07:40 -0400, Robert Stewart wrote: > Anyone else run on Windows? We have index around 26 GB in size. > Seems file system cache ends up taking up nearly all available RAM > (26 GB out of 32 GB on 64-bit box).
Sounds fine so far. If the RAM isn't used for anything else, the system should use it for caching. > Lucene process is around 5 GB, so very little left over for queries, > etc, and box starts swapping during searches. Not so fine and also unexpected. Are you sure that what you're seeing is swapping and not just flushing of the write-cache? Are you observing the disk-activity only when your switching from writer to reader or does it continue to be a problem with subsequent searches? Have you profiled the JVM memory usage? Do you have the same problem if you specify 6GB as the ceiling? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]