Re: Memory Guidance

2013-03-11 Thread Shawn Heisey
On 3/11/2013 11:14 AM, Shawn Heisey wrote: On 3/10/2013 8:00 PM, jimtronic wrote: I'm having trouble finding some problems while load testing my setup. If you saw these numbers on your dashboard, would they worry you? Physical Memory 97.6% 14.64 GB of 15.01 GB File Descriptor Count 19.1% 19

Re: Memory Guidance

2013-03-11 Thread Shawn Heisey
On 3/10/2013 8:00 PM, jimtronic wrote: I'm having trouble finding some problems while load testing my setup. If you saw these numbers on your dashboard, would they worry you? Physical Memory 97.6% 14.64 GB of 15.01 GB File Descriptor Count 19.1% 196 of 1024 JVM-Memory 95% 1.67 GB (dark gra

Re: Memory Guidance

2013-03-10 Thread Timothy Potter
Hi Jim, I'd venture to guess your Solr core is using MMapDirectory and if so, then the physical memory value is correct and nothing to worry about. The index is loaded into virtual memory using mem mapped I/O. The file descriptor count looks fine too, but when using MMapDirectory make sure your O