Explore >> Select a destination


You are here

rigtorp.se
| | blog.nelhage.com
3.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...
| | mazzo.li
1.1 parsecs away

Travel
| | Let's say that you have a program which relies on huge pages for performance. I couldn't find a resource fully explaining how to allocate huge pages at runtime, making sure that the huge page allocation was successful, so here it is.
| | prodfiler.com
2.2 parsecs away

Travel
| |
| | www.cs.virginia.edu
21.2 parsecs away

Travel
| [AI summary] This text provides a comprehensive guide to x86 assembly language programming, focusing on the calling conventions, register usage, and stack management in the context of the x86 architecture. It covers the following key topics: