5 Matching Annotations
  1. Sep 2021
  2. Oct 2020
    1. Linux Memory Management at Scale

      "we had to build a complete and compliant operating system in order to perform resource control reliably"

      epic real-talk. the only people on the planet who seemed to have tamed linux for workloads. controlling memory. taming io. being on the bleeding edge, it turns out, is almost entirely about forward-progress. what can we reclaim?

      • oomd for memory protection
      • fbtax2
      • psi monitoring for io regulation
      • cgroups v2

      https://facebookmicrosites.github.io/cgroup2/docs/fbtax-results.html

  3. Mar 2020
  4. Nov 2019
  5. Jul 2016
    1. Resize2fs did the trick and you can see that we have 49G partition now.

      swapon -a is missing, which means /etc/fstab has to be updated with eventual new partition UUIDs.