Comment on The MySQL “swap insanity” problem and the effects of the NUMA architectureparentComments−masklinn14yWould mmapping those files instead of reading them provide saner behavior, or does the kernel still do that?−FooBarWidget14yReading a file with mmap() results in the same behavior.
Comments
Would mmapping those files instead of reading them provide saner behavior, or does the kernel still do that?
Reading a file with mmap() results in the same behavior.