I am installing netdata in a docker container and it tells me :
"Memory de-duplication instructions, You have kernel memory de-duper available, but it is not currently enabled. To enable it run :"
echo 1 >/sys/kernel/mm/ksm/run && echo 1000 >/sys/kernel/mm/ksm/sleep_millisecs
It also say "If you enable it, you will save 40-60% of netdata memory."
Should I run this command in my host or inside the docker container ?
Edit
I am running my docker container using:
net: host
privileged: true
pid: host