On Dec 20, 2007, at 11:02 AM, Otis Gospodnetic wrote:
Sounds like GC to me. That is, the JVM not having large enough
heap. Run jconsole and you'll quickly see if this guess is correct
or not (kill -QUIT is also your friend, believe it or not).
We recently had somebody who had a nice little Solr spellchecker
instance running, but after awhile it would "stop responding". We
looked at the command-line used to invoke the servlet container and
didn't see -Xmx..... :)]
I'm giving resin args="-J-mx10000m -J-ms5000m" (this is a amazon xtra-
large instance w/ 16GB), it's using it
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
2738 root 18 0 10.4g 9.9g 9756 S 231 66.0 48:07.66 java
After a restart yesterday and normal operation we haven't seen the
problem creep back in yet. I might get my perl on to graph the query
time and see if it's steadily increasing.
Can't run jconsole, no X at the moment, if need be I'll install it
though...