_node/jvm output:
{
"host" : "elastic-logstash.drsite.local",
"version" : "5.1.2",
"http_address" : "127.0.0.1:9600",
"id" : "acaeaae5-8b97-464d-9719-79f378874e82",
"name" : "elastic-logstash.drsite.local",
"jvm" : {
"pid" : 26215,
"version" : "1.8.0_111",
"vm_name" : "OpenJDK 64-Bit Server VM",
"vm_version" : "1.8.0_111",
"vm_vendor" : "Oracle Corporation",
"start_time_in_millis" : 1485542195317,
"mem" : {
"heap_init_in_bytes" : 8589934592,
"heap_max_in_bytes" : 8555069440,
"non_heap_init_in_bytes" : 2555904,
"non_heap_max_in_bytes" : 0
},
"gc_collectors" : [ "ParNew", "ConcurrentMarkSweep" ]
}
_node/stats/jvm output
{
"host" : "elastic-logstash.drsite.local",
"version" : "5.1.2",
"http_address" : "127.0.0.1:9600",
"id" : "acaeaae5-8b97-464d-9719-79f378874e82",
"name" : "elastic-logstash.drsite.local",
"jvm" : {
"threads" : {
"count" : 31,
"peak_count" : 33
},
"mem" : {
"heap_used_in_bytes" : 692095288,
"heap_used_percent" : 4,
"heap_committed_in_bytes" : 17110138880,
"heap_max_in_bytes" : 17110138880,
"non_heap_used_in_bytes" : 264043696,
"non_heap_committed_in_bytes" : 283820032,
"pools" : {
"survivor" : {
"peak_used_in_bytes" : 34865152,
"used_in_bytes" : 36740656,
"peak_max_in_bytes" : 34865152,
"max_in_bytes" : 69730304,
"committed_in_bytes" : 69730304
},
"old" : {
"peak_used_in_bytes" : 173315864,
"used_in_bytes" : 345991744,
"peak_max_in_bytes" : 8241020928,
"max_in_bytes" : 16482041856,
"committed_in_bytes" : 16482041856
},
"young" : {
"peak_used_in_bytes" : 279183360,
"used_in_bytes" : 309362888,
"peak_max_in_bytes" : 279183360,
"max_in_bytes" : 558366720,
"committed_in_bytes" : 558366720
}
}
},
"gc" : {
"collectors" : {
"old" : {
"collection_time_in_millis" : 126,
"collection_count" : 2
},
"young" : {
"collection_time_in_millis" : 538222,
"collection_count" : 16593
}
}
},
"uptime_in_millis" : 236891121
}
These are the outputs compared
"heap_max_in_bytes" : 17110138880,
"heap_max_in_bytes" : 8555069440,
The OS is Fedora 25.