Comment on Redis latency spikes and the Linux kernel: a few more detailsparentComments−zwily11yDisabling transparent hugepages has been common advice in the Postgres world for awhile, and for the same reason. I suspect anything that forks a lot should have them off.−jsmthrowaway11yMongoDB, too, which also requests disabling NUMA since MongoDB has no idea what NUMA is.
Comments
Disabling transparent hugepages has been common advice in the Postgres world for awhile, and for the same reason. I suspect anything that forks a lot should have them off.
MongoDB, too, which also requests disabling NUMA since MongoDB has no idea what NUMA is.