about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorRyan Lahfa <masterancpp@gmail.com>2023-03-04 11:25:23 +0100
committerGitHub <noreply@github.com>2023-03-04 11:25:23 +0100
commit0397ee11132c7577af31c385d563cc3f8cfb1cb6 (patch)
tree13e9787e999efffd9995dca3f4d37a9d67f1da8b /doc
parent43d89336f628563e0724eaeed2aeb333d7af9adc (diff)
parent519958c94bbe5dd9a9b34f529e0a8e56afc40df1 (diff)
Merge pull request #218043 from addict3d/parameterise-guest-memsize-1
nixos/lib/make-disk-image: expose memSize parameter
Diffstat (limited to 'doc')
-rw-r--r--doc/builders/images/makediskimage.section.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/builders/images/makediskimage.section.md b/doc/builders/images/makediskimage.section.md
index 833a6461e57bb..c4566e7531081 100644
--- a/doc/builders/images/makediskimage.section.md
+++ b/doc/builders/images/makediskimage.section.md
@@ -101,6 +101,7 @@ in
     diskSize = "auto";
     additionalSpace = "0M"; # Defaults to 512M.
     copyChannel = false;
+    memSize = 2048; # Qemu VM memory size in megabytes. Defaults to 1024M.
   }
 ```