Hi,

In attempt to increase JVM heap size for Elasticsearch on a Windows box, I 
defined the following environment variable:

ES_HEAP_SIZE=6g

(The machine has 12G RAM in total).

I have restarted ES and queried its memory usage using _nodes/stat HTTP GET 
command. However, it seems that it's still using 1GB:

mem: {
   
   - heap_used_in_bytes: 1032367576,
   - heap_used_percent: 99,
   - heap_committed_in_bytes: 1037959168,
   - heap_max_in_bytes: 1037959168,
   - ...
   


Shouldn't ES adjust its heap memory size after the restart?

Thanks in advance

Vagif

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/f927807a-dfae-419e-99d6-02db243f7052%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to