akirafei
(Xubo Fei)
December 12, 2017, 7:48pm
1
Running ES in docker on a physical box with VMware ESXi6 CentOS 7 OS
Queries are currently taking more than 10 seconds to complete
_cluster/stats reports a strange os memory:
total_in_bytes: 134778593280
free_in_bytes: 2296119296
used_in_bytes: 132482473984
free_percent: 2
Heap usage looks good.
However, when I try free command:
Mem total: 65809860
Mem used: 36892596
Mem available: 24905108
the number reported by ES is strange to me.
Any idea? Thanks.
jasontedor
(Jason Tedor)
December 13, 2017, 4:06am
2
You're looking at cluster stats which aggregates across your two nodes. Instead, look at node-level stats.
akirafei
(Xubo Fei)
December 13, 2017, 6:45pm
3
Thanks, yes figured out, the two nodes are on same machine, so it doubles the os memory.
akirafei
(Xubo Fei)
December 13, 2017, 6:48pm
4
However, still the search is super slow. About 10X slower than other direct physical boxes with same deployment configurations.
system
(system)
Closed
January 10, 2018, 6:49pm
5
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.