gitea: reduce RAM to 4 GB

This commit is contained in:
Sandro - 2022-06-21 01:13:53 +02:00
parent cebe3b4f02
commit 06c260abe7
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
};
};
microvm.mem = 6 * 1024;
microvm.mem = 4 * 1024;
networking = {
hostName = "gitea";