summaryrefslogtreecommitdiff
path: root/DESIGN.md
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2022-01-27 10:34:26 -0500
committerCole Robinson <crobinso@redhat.com>2022-01-27 10:34:26 -0500
commit588e5e4f54429c77c1715274bbe64c82e7a1e9bf (patch)
treed1ce3039515f9648ee7b3526465825d8ce8eb295 /DESIGN.md
parent7ee01c7eeb7478a4a1f905c31422ab4fdfdca90d (diff)
downloadvirt-manager-588e5e4f54429c77c1715274bbe64c82e7a1e9bf.tar.gz
DESIGN.md: reference rejected sky high maxmem and maxvcpus
Signed-off-by: Cole Robinson <crobinso@redhat.com>
Diffstat (limited to 'DESIGN.md')
-rw-r--r--DESIGN.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/DESIGN.md b/DESIGN.md
index cb6f9755..17fcdc3d 100644
--- a/DESIGN.md
+++ b/DESIGN.md
@@ -95,6 +95,9 @@ Some examples:
* Most VM tuning: `<cputune>`, `<blkiotune>`, `<numatune>`, fine grained `<vcpus>` listing
* Editing existing machine type/arch/ostype, UEFI config. Only advanced users can make it work, and they can edit the XML.
+* Defaults
+ * [Defaulting to sky high maxmem and maxvcpus](https://github.com/virt-manager/virt-manager/issues/141)
+
* Tight desktop integration stuff: registering as a default file handler, registering as a gnome search provider, etc. This is gnome-boxes territory
* Serial console config options like [buffer scrollback size](https://bugzilla.redhat.com/show_bug.cgi?id=1610165). Use `virsh console` or cli tools if need flexibility.