increase zram disk size

This commit is contained in:
Dmitriy Kholkin 2023-05-24 21:28:50 +03:00
parent d89cf47f54
commit 7719502825

View File

@ -66,7 +66,7 @@ in {
zramSwap = { zramSwap = {
enable = true; enable = true;
algorithm = "zstd"; algorithm = "zstd";
memoryPercent = 70; memoryPercent = 150;
}; };
# Impermanence # Impermanence