Re: Memory Using In Faceted Search (UnInvertedField's)

2013-09-19 Thread Anton M
I ran some load tests and working memory usage was always about 10-11 Gb (very slowly raising - that should be cause of query cache being filled in, I think). 6 Gb was always heap size while 4-5 Gb was reported as shareable memory. First, I became afraid that Solr could continue taking memory up

Re: Memory Using In Faceted Search (UnInvertedField's)

2013-09-19 Thread Shawn Heisey
On 9/19/2013 3:14 AM, Anton M wrote: Shawn, I had swap file growing (up to 50-60%) and working while load tests ran. Did you configure 'swapiness' on your Linux box (set it to 0 earlier, maybe)? If not, my Windows OS could be cause of that difference. The vm.swappiness sysctl setting is 1. I

Memory Using In Faceted Search (UnInvertedField's)

2013-09-18 Thread anton
Hello, I'm using Solr 4.3.1 for faceted search and have 4 fields used for faceting. My question is about memory consumtion. I've set up heap size to use 6Gb of RAM, but I see in resource monitor it uses much more than that - up to 10Gb where 4 Gb is reported as shareable memory. I've

Re: Memory Using In Faceted Search (UnInvertedField's)

2013-09-18 Thread Shawn Heisey
On 9/18/2013 11:08 AM, an...@swooptalent.com wrote: I'm using Solr 4.3.1 for faceted search and have 4 fields used for faceting. My question is about memory consumtion. I've set up heap size to use 6Gb of RAM, but I see in resource monitor it uses much more than that - up to 10Gb where 4 Gb