Skip to content
Snippets Groups Projects
Select Git revision
  • 03ebe3727891499118dcabbeef8526f799dee966
  • develop default protected
  • production protected
  • nixpkgs-upgrade-2025-06-16
  • nixpkgs-upgrade-2024-12-23
  • 190-our-regular-updates-fill-up-the-servers-boot-partitions
  • nixpkgs-upgrade-2024-10-14
  • hro-cloud protected
  • 162.flexible-grafana-module
  • nixpkgs-upgrade-2024-05-13
  • nixpkgs-upgrade-2024-04-22
  • nixpkgs-upgrade-2024-03-25
  • nixpkgs-upgrade-2024-03-18
  • nixpkgs-upgrade-2024-03-11
  • nixpkgs-upgrade-2024-03-04
  • 163.jp-to-ben-for-prod
  • nixpkgs-upgrade-2024-02-26
  • 164.grafana-alert-rules
  • 157.authorize-new-hro-key
  • nixpkgs-upgrade-2024-02-19
  • nixpkgs-upgrade-2024-02-12
21 results

PrivateStorageio

  • Clone with SSH
  • Clone with HTTPS
  • Florian Sesser's avatar
    Florian Sesser authored
    On never kernels, a swappiness of 0 means "disable swap completely"
    where it would before ~ 2.6.32 would still allow the kernel to swap
    in certain emergency situations.
    
    We have alerting in place in case of any swapping, hoping we can react
    quickly enough to catch problems of runaway machines before they have
    to haywire OOM or reboot.
    
    Command: `rg -l swappiness | xargs sed -i 's/swappiness" = 0/swappiness" = 1/'`
    (but not adding the change to the virtual hardware for the local grid).
    03ebe372
    History

    PrivateStorageio

    The backend for a private, secure, and end-to-end encrypted storage solution.

    Documentation

    There is documentation for:

    The documentation can be built using this command:

    $ nix-build docs.nix

    The documentation is also built on and published by CI: Navigate to the list of finished jobs and download the artefact of the latest docs build.