Re: Solr Swap space

2018-06-06 Thread JDISTim
Thank you for this information! I am working on a client PC where Solr Admin showed 11.64 GB/13.03 GB Swap Space, and was losing my mind trying to track down the issue! -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Solr Swap space

2018-02-22 Thread Susheel Kumar
Cool, Thanks, Shawn. I was also looking the swapiness and it is set to 60. Will try this out and let you know. Thanks, again. On Thu, Feb 22, 2018 at 10:55 AM, Shawn Heisey wrote: > On 2/21/2018 7:58 PM, Susheel Kumar wrote: > >> Below output for prod machine based on the steps you described.

Re: Solr Swap space

2018-02-22 Thread Shawn Heisey
On 2/21/2018 7:58 PM, Susheel Kumar wrote: Below output for prod machine based on the steps you described. Please take a look. The solr searches are returning fine and no issue with performance but since last 4 months swap space started going up. After restart, it comes down to zero and then fe

Re: Solr Swap space

2018-02-21 Thread Susheel Kumar
Hi Shawn, Below output for prod machine based on the steps you described. Please take a look. The solr searches are returning fine and no issue with performance but since last 4 months swap space started going up. After restart, it comes down to zero and then few weeks, it utilization reaches to

Re: Solr Swap space

2018-02-21 Thread Shawn Heisey
On 2/21/2018 1:30 PM, Susheel Kumar wrote: > I did go thru your posts on swap usage http://lucene.472066.n3. > nabble.com/Solr-4-3-1-memory-swapping-td4126641.html and my situation is > also similar. Below is top output from our prod and performance test > machine and as you can see the swap util

Re: Solr Swap space

2018-02-21 Thread Susheel Kumar
Hello Shawn, I did go thru your posts on swap usage http://lucene.472066.n3. nabble.com/Solr-4-3-1-memory-swapping-td4126641.html and my situation is also similar. Below is top output from our prod and performance test machine and as you can see the swap utilization on Prod machine is 44% while

Re: Solr Swap space

2018-02-09 Thread Emir Arnautović
No worries, I don't mind being confused with Erick ;) Emir On Feb 9, 2018 9:16 PM, "Susheel Kumar" wrote: > Sorry, I meant Emir. > > On Fri, Feb 9, 2018 at 3:15 PM, Susheel Kumar > wrote: > > > Thanks, Shawn, Eric. I see that same using swapon -s. Looks like during > > the OS setup, it was s

Re: Solr Swap space

2018-02-09 Thread Susheel Kumar
Sorry, I meant Emir. On Fri, Feb 9, 2018 at 3:15 PM, Susheel Kumar wrote: > Thanks, Shawn, Eric. I see that same using swapon -s. Looks like during > the OS setup, it was set as 2 GB (Solr 6.0) and other 16GB (Solr 6.6) > > Our 6.0 instance has been running since 1+ year but recently our monit

Re: Solr Swap space

2018-02-09 Thread Susheel Kumar
Thanks, Shawn, Eric. I see that same using swapon -s. Looks like during the OS setup, it was set as 2 GB (Solr 6.0) and other 16GB (Solr 6.6) Our 6.0 instance has been running since 1+ year but recently our monit started reporting swap usage above 30% and Solr dashboard showing the same. I have

Re: Solr Swap space

2018-02-07 Thread Shawn Heisey
On 2/7/2018 12:01 PM, Susheel Kumar wrote: Just trying to find where do we set swap space available to Solr process. I see in our 6.0 instances it was set to 2GB on and on 6.6 instances its set to 16GB. Solr has absolutely no involvement or control over swap space. Neither does Java. This is

Re: Solr Swap space

2018-02-07 Thread Emir Arnautović
Hi Susheel, Swap space is OS thing, not Solr thing. You should see how to disable swap space or at least set swappiness to some low number on your OS. HTH, Emir -- Monitoring - Log Management - Alerting - Anomaly Detection Solr & Elasticsearch Consulting Support Training - http://sematext.com/

Solr Swap space

2018-02-07 Thread Susheel Kumar
Hello, Just trying to find where do we set swap space available to Solr process. I see in our 6.0 instances it was set to 2GB on and on 6.6 instances its set to 16GB. Thanks, Susheel