I have installed elasticsearch 6.1.3 and below is the log while starting the server. (i have set -Xms2g
-Xmx2g in jvm.options file) but still facing "initial heap size [199229440] not equal to maximum heap size [3187671040]; this can cause resize pauses and prevents mlockall from locking the entire heap".
Appreciate response from experts.
'findstr' is not recognized as an internal or external command,
operable program or batch file.
[2018-07-31T11:37:46,794][INFO ][o.e.n.Node ] [] initializing ...
[2018-07-31T11:37:46,889][INFO ][o.e.e.NodeEnvironment ] [XZiaC9C] using [1] data paths, mounts [[(C:)]], net usable_space [158.3gb], net total_space [237.3gb], types [NTFS]
[2018-07-31T11:37:46,889][INFO ][o.e.e.NodeEnvironment ] [XZiaC9C] heap size [2.6gb], compressed ordinary object pointers [true]
[2018-07-31T11:37:46,891][INFO ][o.e.n.Node ] node name [XZiaC9C] derived from node ID [XZiaC9CmTqSM8PSQIJmdDw]; set [node.name] to override
[2018-07-31T11:37:46,891][INFO ][o.e.n.Node ] version[6.1.3], pid[16392], build[af51318/2018-01-26T18:22:55.523Z], OS[Windows 10/10.0/amd64], JVM[Oracle Corporation/Java HotSpot(TM) 64-Bit Server VM/1.8.0_181/25.181-b13]
[2018-07-31T11:37:46,892][INFO ][o.e.n.Node ] JVM arguments [-Delasticsearch, -Des.path.home=C:\Users\Imran\elasticsearch-6.1.3, -Des.path.conf=C:\Users\Imran\elasticsearch-6.1.3\config]
[2018-07-31T11:37:48,166][INFO ][o.e.p.PluginsService ] [XZiaC9C] loaded module [aggs-matrix-stats]
[2018-07-31T11:37:48,167][INFO ][o.e.p.PluginsService ] [XZiaC9C] loaded module [analysis-common]
[2018-07-31T11:37:48,167][INFO ][o.e.p.PluginsService ] [XZiaC9C] loaded module [ingest-common]
[2018-07-31T11:37:48,167][INFO ][o.e.p.PluginsService ] [XZiaC9C] loaded module [lang-expression]
[2018-07-31T11:37:48,168][INFO ][o.e.p.PluginsService ] [XZiaC9C] loaded module [lang-mustache]
[2018-07-31T11:37:48,168][INFO ][o.e.p.PluginsService ] [XZiaC9C] loaded module [lang-painless]
[2018-07-31T11:37:48,168][INFO ][o.e.p.PluginsService ] [XZiaC9C] loaded module [mapper-extras]
[2018-07-31T11:37:48,168][INFO ][o.e.p.PluginsService ] [XZiaC9C] loaded module [parent-join]
[2018-07-31T11:37:48,169][INFO ][o.e.p.PluginsService ] [XZiaC9C] loaded module [percolator]
[2018-07-31T11:37:48,169][INFO ][o.e.p.PluginsService ] [XZiaC9C] loaded module [reindex]
[2018-07-31T11:37:48,169][INFO ][o.e.p.PluginsService ] [XZiaC9C] loaded module [repository-url]
[2018-07-31T11:37:48,170][INFO ][o.e.p.PluginsService ] [XZiaC9C] loaded module [transport-netty4]
[2018-07-31T11:37:48,170][INFO ][o.e.p.PluginsService ] [XZiaC9C] loaded module [tribe]
[2018-07-31T11:37:48,171][INFO ][o.e.p.PluginsService ] [XZiaC9C] no plugins loaded
[2018-07-31T11:37:48,359][INFO ][i.n.u.i.PlatformDependent] Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
[2018-07-31T11:37:50,074][INFO ][o.e.d.DiscoveryModule ] [XZiaC9C] using discovery type [zen]
[2018-07-31T11:37:50,752][INFO ][o.e.n.Node ] initialized
[2018-07-31T11:37:50,753][INFO ][o.e.n.Node ] [XZiaC9C] starting ...
[2018-07-31T11:37:51,415][INFO ][o.e.t.TransportService ] [XZiaC9C] publish_address {127.0.0.1:9300}, bound_addresses {127.0.0.1:9300}, {[::1]:9300}
[2018-07-31T11:37:51,425][WARN ][o.e.b.BootstrapChecks ] [XZiaC9C] initial heap size [199229440] not equal to maximum heap size [3187671040]; this can cause resize pauses and prevents mlockall from locking the entire heap
[2018-07-31T11:37:54,485][INFO ][o.e.c.s.MasterService ] [XZiaC9C] zen-disco-elected-as-master ([0] nodes joined), reason: new_master {XZiaC9C}{XZiaC9CmTqSM8PSQIJmdDw}{xzzn2HtZTvqY5kMZ42cqdg}{127.0.0.1}{127.0.0.1:9300}
[2018-07-31T11:37:54,489][INFO ][o.e.c.s.ClusterApplierService] [XZiaC9C] new_master {XZiaC9C}{XZiaC9CmTqSM8PSQIJmdDw}{xzzn2HtZTvqY5kMZ42cqdg}{127.0.0.1}{127.0.0.1:9300}, reason: apply cluster state (from master [master {XZiaC9C}{XZiaC9CmTqSM8PSQIJmdDw}{xzzn2HtZTvqY5kMZ42cqdg}{127.0.0.1}{127.0.0.1:9300} committed version [1] source [zen-disco-elected-as-master ([0] nodes joined)]])
[2018-07-31T11:37:54,516][INFO ][o.e.g.GatewayService ] [XZiaC9C] recovered [0] indices into cluster_state
[2018-07-31T11:37:54,818][INFO ][o.e.h.n.Netty4HttpServerTransport] [XZiaC9C] publish_address {127.0.0.1:9200}, bound_addresses {127.0.0.1:9200}, {[::1]:9200}
[2018-07-31T11:37:54,818][INFO ][o.e.n.Node ] [XZiaC9C] started