mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
Merge pull request #146804 from Artturin/qemudefaultmem
This commit is contained in:
commit
53edfe1d1c
61 changed files with 1 additions and 82 deletions
|
@ -296,7 +296,7 @@ in
|
|||
virtualisation.memorySize =
|
||||
mkOption {
|
||||
type = types.ints.positive;
|
||||
default = 384;
|
||||
default = 1024;
|
||||
description =
|
||||
''
|
||||
The memory size in megabytes of the virtual machine.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue