Compare commits

...

2 Commits

Author SHA1 Message Date
oxapentane - 3e2008b774
Merge pull request #18 from SuperSandro2000/patch-1
uranus: be more conservative with the shared resources
2023-12-17 04:14:58 +01:00
Sandro - 49dd3914e6
uranus: be more conservative with the shared resources
aka the server is almost out of RAM and I need some more for new shared services
2023-12-16 19:06:14 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ in
microvm = {
vcpu = 16;
mem = 1024 * 24;
mem = 1024 * 16;
hypervisor = "qemu";
socket = "${config.networking.hostName}.socket";