Skip to content

Commit

Permalink
Merge pull request #118 from sabaini/bug/112
Browse files Browse the repository at this point in the history
Doc fix: use larger instance types in tutorial
  • Loading branch information
Stéphane Graber authored Mar 31, 2023
2 parents 0c52ed4 + f379ec6 commit ec95dcb
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 ec95dcb

Please sign in to comment.