i have five nodes cluster , each node have 60G memory
in acm monitor show each node used memory 28G as the same as asadm shows
but acturally use much more memory in system ,and will going to OOM quickly
why acturally use these too much memory by asd process, is there memory leak happen ?
namespace dmp {
replication-factor 1
memory-size 60G
default-ttl 15D # 30 days, use 0 to never expire/evict.
high-water-memory-pct 40
high-water-disk-pct 80
storage-engine device {
file /pdata1/aerospike.dat
filesize 200G
write-block-size 1M
data-in-memory true
}
}