Merge pull request #18 from SuperSandro2000/patch-1

uranus: be more conservative with the shared resources
This commit is contained in:
oxapentane - 2023-12-17 04:14:58 +01:00 committed by GitHub
commit 3e2008b774
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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";