Explore >> Select a destination


You are here

www.evanjones.ca
| | prodfiler.com
3.6 parsecs away

Travel
| |
| | 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...
| | www.lukas-barth.net
2.2 parsecs away

Travel
| | If you build an application that uses large, contiguous amounts of memory, it can increase your performance if you allocate this memory in so-called huge pages. Linux offers you two ways of doing that - a legacy way and a modern way. This article describes the modern way of using huge pages, so called transparent huge pages (THP) and applies the techniques from a previous article to verify that we actually got huge pages. The article starts by giving a super-short recap on how paging works and why huge p...
| | github.com
9.8 parsecs away

Travel
| Extension for devise, enable login as functionality. Add link to the masquerade_path(resource) and use it. - Merge branch 'master' into snyk-fix-7646852aaa51dc57ae4be15c39a9e391 · oivoodoo/devise_masquerade@6f34676