/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

jeremyeder.com
| | www.lukas-barth.net
8.7 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...
| | blog.nelhage.com
8.8 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...
| | filipnikolovski.com
8.0 parsecs away

Travel
| | A blog about programming, technology and open-source stuff.
| | alexn.org
27.8 parsecs away

Travel
| [AI summary] A technical guide explains how to self-host Matomo analytics as a privacy-focused, FOSS alternative to Google Analytics using Docker containers.