Comment on The MySQL “swap insanity” problem and the effects of the NUMA architectureComments−jakejake14yFor those of us mere mortals, would it be safe to assume that adding the suggested line to mysql_safe would be ok to do?cmd="/usr/bin/numactl --interleave all $cmd"
Comments
For those of us mere mortals, would it be safe to assume that adding the suggested line to mysql_safe would be ok to do?
cmd="/usr/bin/numactl --interleave all $cmd"