never mind i found the solution.
when defining the Xms and Xmx options they have to be at the start of line i.e. no space before them.
Blow is correct:
-Xmx1g
-Xms1g
but below caused problem.
-Xmx1g
-Xms1g
never mind i found the solution.
when defining the Xms and Xmx options they have to be at the start of line i.e. no space before them.
Blow is correct:
-Xmx1g
-Xms1g
but below caused problem.
-Xmx1g
-Xms1g
© 2020. All Rights Reserved - 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.