caveman: bump microvm.mem from 8G to 16G

This commit is contained in:
Astro 2022-11-29 02:10:49 +01:00
parent 69a66f3eba
commit af51086c18
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
};
microvm = {
vcpu = 8;
mem = 8 * 1024;
mem = 16 * 1024;
};
networking = {
@ -23,7 +23,7 @@
'';
services.caveman = {
redis.maxmemory = config.microvm.mem * 1024 * 1024 * 3 / 2;
redis.maxmemory = config.microvm.mem * 1024 * 1024 / 2;
hunter = {
enable = true;