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
|
radvd
|
||||||
minicom
|
minicom
|
||||||
socat
|
socat
|
||||||
|
pciutils
|
||||||
|
dmidecode
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
hypervisorName = "lewis";
|
hypervisorName = "lewis";
|
||||||
|
|
||||||
nixosModule = {
|
nixosModule = {
|
||||||
microvm.balloonMem = 5120;
|
microvm.balloonMem = 4600;
|
||||||
|
|
||||||
lab = {
|
lab = {
|
||||||
dockerSwarm.enable = true;
|
dockerSwarm.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue