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...