Skip to content
Snippets Groups Projects
Commit 6abfda2f authored by Florian Sesser's avatar Florian Sesser
Browse files

Merge branch '173.zram' into 'develop'

Enable zram on all AWS VMs

See merge request !504
parents 54b8e646 dd4fc28b
No related branches found
No related tags found
3 merge requests!515Update hro-cloud,!505Merge Develop into Production,!504Enable zram on all AWS VMs
Pipeline #6239 passed
......@@ -42,4 +42,8 @@
# Turn on automatic optimization of nix store
# https://nixos.wiki/wiki/Storage_optimization
nix.settings.auto-optimise-store = true;
# Most of the time, we have ample free & usable memory, but when upgrading
# software, we sometimes run out because of Nix. This is supposed to help:
zramSwap.enable = true;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment