summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-machine-set.1.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-04-27 16:02:57 -0400
committerGitHub <noreply@github.com>2022-04-27 16:02:57 -0400
commit60d6cc8e1eb33be2f9822e227a7cadf0dceb5543 (patch)
treecd1d4bc238100b3335471348b4c8d51caf4f82a7 /docs/source/markdown/podman-machine-set.1.md
parent9133a6d044c0ab525cc087ca12c1bbc005f5f325 (diff)
parente7390f30b95daf90c0f32e8cf963dce3f8d5cf9d (diff)
downloadpodman-60d6cc8e1eb33be2f9822e227a7cadf0dceb5543.tar.gz
podman-60d6cc8e1eb33be2f9822e227a7cadf0dceb5543.tar.bz2
podman-60d6cc8e1eb33be2f9822e227a7cadf0dceb5543.zip
Merge pull request #13953 from ashley-cui/mach
Allow changing of CPUs, Memory, and Disk Size
Diffstat (limited to 'docs/source/markdown/podman-machine-set.1.md')
-rw-r--r--docs/source/markdown/podman-machine-set.1.md20
1 files changed, 16 insertions, 4 deletions
diff --git a/docs/source/markdown/podman-machine-set.1.md b/docs/source/markdown/podman-machine-set.1.md
index a4918eacf..de90ee4b0 100644
--- a/docs/source/markdown/podman-machine-set.1.md
+++ b/docs/source/markdown/podman-machine-set.1.md
@@ -8,17 +8,29 @@ podman\-machine\-set - Sets a virtual machine setting
## DESCRIPTION
-Sets an updatable virtual machine setting.
-
-Options mirror values passed to `podman machine init`. Only a limited
-subset can be changed after machine initialization.
+Change a machine setting.
## OPTIONS
+#### **--cpus**=*number*
+
+Number of CPUs.
+Only supported for QEMU machines.
+
+#### **--disk-size**=*number*
+
+Size of the disk for the guest VM in GB.
+Can only be increased. Only supported for QEMU machines.
+
#### **--help**
Print usage statement.
+#### **--memory**, **-m**=*number*
+
+Memory (in MB).
+Only supported for QEMU machines.
+
#### **--rootful**=*true|false*
Whether this machine should prefer rootful (`true`) or rootless (`false`)