What else, if anything, do you have running on the server? Because it's possible that pages are being swapped out for other processes to use.
Solr itself shouldn't, as far as I know, time out anything so I expect you're running into issues with the op system. Best Erick On Wed, Dec 28, 2011 at 10:25 AM, Gora Mohanty <g...@mimirtech.com> wrote: > On Wed, Dec 28, 2011 at 8:52 PM, Odey <mariofi...@googlemail.com> wrote: >> Hello, >> >> I'm running Solr 3.5 on a XAMPP/Tomcat environment. It's working pretty good >> for just one exception: when Solr remains idle without handling any requests >> for about 5-10 mins the first request sent again will be delayed for a few >> seconds. Subsequent requests are lightning-fast as usual. So it seems to me >> like something important has been shut down while staying idle and has to be >> reloaded. > [...] > > Is it possible that the system is running out of RAM, and swapping, > or is aggressively swapping for some reason? > > Regards, > Gora