Re: SolrCloud and LVM

2017-01-09 Thread billnbell
Yeah we normally take the number of GB on a machine for the index size on disk and then double it for memory... For example we have 28gb on disk and we see great perf at 64gb ram. If you can do that you will probably get good results. Remember to not give Java much memory. We set it at 12gb. We

Re: SolrCloud and LVM

2017-01-09 Thread Chris Ulicny
That's good to hear. I didn't think there would be any reason that using lvm would impact solr's performance but wanted to see if there was anything I've missed. As far as other performance goes, we use pcie and sata solid state drives since the indexes are mostly too large to cache entirely in me

Re: SolrCloud and LVM

2017-01-05 Thread Shawn Heisey
On 1/5/2017 3:12 PM, Chris Ulicny wrote: > Is there any known significant performance impact of running solrcloud with > lvm on linux? > > While migrating to solrcloud we don't have the storage capacity for our > expected final size, so we are planning on setting up the solrcloud > instances on a l

SolrCloud and LVM

2017-01-05 Thread Chris Ulicny
Is there any known significant performance impact of running solrcloud with lvm on linux? While migrating to solrcloud we don't have the storage capacity for our expected final size, so we are planning on setting up the solrcloud instances on a logical volume that we can grow when hardware becomes