/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

lwn.net
| | blog.peterdonis.com
2.0 parsecs away

Travel
| | A Blog by Peter A. Donis
| | blog.oddball.tech
2.1 parsecs away

Travel
| | `gregkh` has some opinions about what version of the Linux kernel you should use. I largely agree, but I think we can go further.
| | sergioprado.blog
1.5 parsecs away

Travel
| | Have you ever wondered how the Linux kernel is tested?
| | blog.nelhage.com
20.1 parsecs away

Travel
| tl;dr "Transparent Hugepages" is a Linux kernel feature intended to improve performance by making more efficient use of your processor's memory-mapping hardware. It is enabled ("enabled=always") by default in most Linux distributions. Transparent Hugepages gives some applications a small performance improvement (~ 10% at best, 0-3% more typically), but can cause significant performance problems, or even apparent memory leaks at worst. To avoid these problems, you should set enabled=madvise on your server...