Hello,
please note that I've installed ES using windows MSI
I'm trying to increase heap size using jvm.options as below
JVM configuration
################################################################
## IMPORTANT: JVM heap size
################################################################
##
## You should always set the min and max JVM heap
## size to the same value. For example, to set
## the heap to 4 GB, set:
##
-Xms10g
-Xmx10g
##
## See https://www.elastic.co/guide/en/elasticsearch/reference/current/heap-size.html
## for more information
##
################################################################
but every time I start Elasticsearch Heap still 2.4 G, noting that I installed it using .msi
and there is no elasticsearch-service-mgr.exe installed with it and there is no environment variables declared for ES jvm.
when I run elasticsearch.exe I got this line on the CMD
[2019-02-11T13:47:57,249][INFO ][o.e.e.NodeEnvironment ] [MININT-UCDE45F-Master] heap size [2.4gb], compressed ordinary object pointers [true]
any idea where is the 2.4 G is declared and how to increase it?.
Thanks in advance.