Bug in ksmtuned

adoII

Renowned Member
Jan 28, 2010
174
17
83
Hi,
an old bug still exists in proxmox 1.7 :
/usr/sbin/ksmtuned contains:
awk '/^(MemFree|Buffers|MemCached):/ {free += $2}; END {print free}'

MemCached does not exist, it should write Cached

This leads ksmtuned to assume too low memory and this leads to high cpu usage

the web is full of this bug, just ask goole for: "MemCached ksmtuned"

BTW: Whats the correct place to post bug reports ?