server10: free up some RAM

This commit is contained in:
Sandro - 2023-12-16 18:59:12 +01:00
parent 971693ceb2
commit b0eed6e179
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
};
microvm = {
vcpu = 8;
mem = 20 * 1024;
mem = 12 * 1024;
};
networking = {

View File

@ -3,8 +3,8 @@
c3d2.hq.statistics.enable = true;
c3d2.deployment.server = "server10";
microvm = {
mem = 16 * 1024;
vcpu = 16;
mem = 8 * 1024;
vcpu = 8;
};
networking.hostName = "mastodon";