Re: Memory tuning advice for small single-node Solr instance

2024-05-25 Thread Imran Chaudhry
Just a follow-up that since limiting my Solr QuerySet rows to 1000 like this: qs.get_results(rows=1000) ...I have not had a single OOM killer issue. I consider this resolved. side-note: I tuned the heap and Java mem by observing the Solr dashboard and observing the "JVM-Memory" grows with variou

Re: solr 9.2.1 response time

2024-05-25 Thread Tim Funk
Jetty with security manager enabled does a reverse lookup on the ip. Depending on settings, that can slow things down. In my case, it caused timeouts. https://lists.apache.org/thread/po5qwkgpt3qf0qfv4p8rrqj3blm2wcpz -Tim On Fri, May 24, 2024 at 2:26 PM Eric Pugh wrote: > I’d be curious if oth