Opensearch version 2.18.0 does not get the heap sizes from jvm.option file on windows

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):

Describe the issue:

Hello everybody ,
I have set the -Xms7g -Xmx7g in the jvm.options file for opensearch 2.18.0 on windows but opensearch gets still default values. Do you may have any idea ? thanks :slight_smile:

Configuration:

Xms represents the initial size of total heap space

Xmx represents the maximum size of total heap space

-Xms7g
-Xmx7g

Relevant Logs or Screenshots:

“mem”: {
“heap_used_in_bytes”: 347868672,
“heap_used_percent”: 32,
“heap_committed_in_bytes”: 547356672,
“heap_max_in_bytes”: 1073741824,
“non_heap_used_in_bytes”: 195470688,
“non_heap_committed_in_bytes”: 240988160,

@Kami How did you deploy your OpenSearch cluster in Windows?
What version of Windows do you use?