1
0
mirror of https://github.com/gryf/boxpy.git synced 2025-12-26 17:42:26 +01:00

Decrease memory/disk size of default vm

This commit is contained in:
2022-11-17 19:22:16 +01:00
parent 8252e189cc
commit 706dfe8688
2 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ or simply link it somewhere in the path:
$ chmod +x ~/bin/boxpy
and now you can issue some command. For example, to spin up a VM with Ubuntu
18.04 with one CPU, 2GB of memory and 10GB of disk:
18.04 with one CPU, 1GB of memory and 6GB of disk:
.. code:: shell-session