I have been using ES for a few months now without many problems. I have
started running curl search commands that could be considered heavy which
causes the cpu and memory usage to spike. ES consumes the 3gigs of memory
it has been given then produces out of memory heap errors and hangs. This
system has 32gigs of memory so I tried setting min/max to 8 gigs of memory
and restart ES passing JAVA_OPTS="$JAVA_OPTS -d64" in the start-up script.
You can tell it is using the 64 bit version of java as it produces
an Invalid initial heap size: -Xms8g error if it tries the 32 bit version.
I have tried multiple versions of java, all with the same error. Thank
you in advance for any help.
I have been using ES for a few months now without many problems. I have
started running curl search commands that could be considered heavy which
causes the cpu and memory usage to spike. ES consumes the 3gigs of memory
it has been given then produces out of memory heap errors and hangs. This
system has 32gigs of memory so I tried setting min/max to 8 gigs of memory
and restart ES passing JAVA_OPTS="$JAVA_OPTS -d64" in the start-up script.
You can tell it is using the 64 bit version of java as it produces
an Invalid initial heap size: -Xms8g error if it tries the 32 bit version.
I have tried multiple versions of java, all with the same error. Thank
you in advance for any help.
On Tuesday, April 9, 2013 9:31:57 AM UTC-5, Ivan Brusic wrote:
Are you using mlockall by any chance? Nothing else comes to mind.
--
Ivan
I am not, unless it is a default setting, but that is a good idea looking
at itsdescription. The instructions are not very clear on where to set
bootstrap.mlockall to true. Where would this be done at?
You mention three JVMs, and you quote a JVM SIGBUS coredump with Java
1.6.0_43. Does SIGBUS also happen on 1.7.0_17? Note, this is an issue
with your JVM, not with Elasticsearch.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.