ZFS ate my RAM: Understanding the ARC cache
If you’re running ZFS on Linux and checking your system’s memory usage, you might be shocked to see that most of your RAM appears to be …
~/git/blog
My brain-dump of random code/configuration.
If you’re running ZFS on Linux and checking your system’s memory usage, you might be shocked to see that most of your RAM appears to be …
For complex modules, you may sometimes struggle to understand why a test isn’t behaving properly. To gain more insight, you may want to …
In this article, I will explain how to perform full integration tests with flakes outside nixpkgs. With NixOS testing framework, you can …
No such file or directory: How I stopped worrying and started loving binaries on NixOS. In this article, I will discuss the technical issue …
Lately, I hacked on some kernel modules to get more debug logs out of a kernel module on my NixOS machine. Because NixOS does not follow the …