reduce memory of vpay further to prevent OOM

install lspci and dmidecode
This commit is contained in:
Pim Kunis 2024-03-03 14:01:35 +01:00
parent 52ee071087
commit c347fc0f00
2 changed files with 3 additions and 1 deletions

View file

@ -93,6 +93,8 @@
radvd
minicom
socat
pciutils
dmidecode
];
nixpkgs.overlays = [

View file

@ -4,7 +4,7 @@
hypervisorName = "lewis";
nixosModule = {
microvm.balloonMem = 5120;
microvm.balloonMem = 4600;
lab = {
dockerSwarm.enable = true;