The ES "memory" or "ram" store (Lucene RAMDirectory) puts enormous pressure
on JVM garbage collection.

You can not expect that standard JVM with CMS GC can give the best
performance.

More info in this great article by Mike McCandless

http://blog.mikemccandless.com/2012/07/lucene-index-in-ram-with-azuls-zing-jvm.html

Maybe Java 8 with G1 GC is giving slightly better numbers. But do not
expect too much.

Jörg





On Wed, Apr 23, 2014 at 3:19 PM, John Smith <[email protected]> wrote:

> 1.7_51 but i dont see how their could be a limitation.
>
> I used java up to 200GB easily and with no issues either...
>
> --
> You received this message because you are subscribed to the Google Groups
> "elasticsearch" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/elasticsearch/cf8950c9-923e-4cea-90f5-c51a09bf1b16%40googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/CAKdsXoG9AFoxAW1kFtr70dXbWjw8qLHszX7F2rcXZ1DAVb1eUA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to