reduce memory of vpay further to prevent OOM
install lspci and dmidecode
This commit is contained in:
parent
52ee071087
commit
c347fc0f00
2 changed files with 3 additions and 1 deletions
|
@ -93,6 +93,8 @@
|
|||
radvd
|
||||
minicom
|
||||
socat
|
||||
pciutils
|
||||
dmidecode
|
||||
];
|
||||
|
||||
nixpkgs.overlays = [
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
hypervisorName = "lewis";
|
||||
|
||||
nixosModule = {
|
||||
microvm.balloonMem = 5120;
|
||||
microvm.balloonMem = 4600;
|
||||
|
||||
lab = {
|
||||
dockerSwarm.enable = true;
|
||||
|
|
Loading…
Reference in a new issue