forked from fediversity/fediversity
prevent kernel panic
Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>
This commit is contained in:
parent
baaa9abb8f
commit
ddf3b3713f
1 changed files with 2 additions and 0 deletions
|
|
@ -72,6 +72,8 @@ in
|
|||
diskSize = 2 * 1024;
|
||||
memorySize = 2048;
|
||||
};
|
||||
# prevent error: Kernel panic - not syncing: Host injected async #PF in kernel mode
|
||||
boot.kernelParams = [ "kvm.async_pf=0" ];
|
||||
};
|
||||
|
||||
nodes.deployer =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue