Skip to content

Commit

Permalink
Doc fix: use larger instance types in tutorial
Browse files Browse the repository at this point in the history
Fixes issue #112

Signed-off-by: Peter Sabaini <[email protected]>
  • Loading branch information
sabaini committed Mar 31, 2023
1 parent 8135a30 commit f379ec6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/tutorial/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ Setup VMs

.. code-block:: shell
lxc launch images:ubuntu/22.04/cloud microceph-1 --vm
lxc launch images:ubuntu/22.04/cloud microceph-2 --vm
lxc launch images:ubuntu/22.04/cloud microceph-3 --vm
lxc launch images:ubuntu/22.04/cloud microceph-1 --vm -c limits.cpu=2 -c limits.memory=4GiB
lxc launch images:ubuntu/22.04/cloud microceph-2 --vm -c limits.cpu=2 -c limits.memory=4GiB
lxc launch images:ubuntu/22.04/cloud microceph-3 --vm -c limits.cpu=2 -c limits.memory=4GiB
Add storage
~~~~~~~~~~~
Expand Down

0 comments on commit f379ec6

Please sign in to comment.