Skip to content

Commit a4e1723

Browse files
authored
Hrm 1429 (#21112)
* HRM-1429 * grammar * vale fix
1 parent 492a333 commit a4e1723

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

content/manuals/harmonia/_index.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,21 @@ To verify creation, check the context switcher in the top-left corner of the Doc
4949
Run the following command:
5050

5151
```console
52-
$ docker harmonia engine create cloudengine --arch "amd64" --use
52+
$ docker harmonia engine create cloudengine --type "standard-amd64" --use
5353
```
5454

5555
This creates an engine called `cloudengine` and:
5656
- Immediately switches you to the new cloud engine with the `--use` flag.
57-
- Sets the engine's CPU architecture to amd64 using the `--arch "amd64"` flag. You can choose between amd64 and arm64.
58-
- Configures the engine size with the `--size "standard"` flag. Options are standard (2 CPU cores, 4GB RAM, default) or large (4 CPU cores, 8GB RAM).
57+
- Sets the engine size to standard and the engine's CPU architecture to amd64 with the `--type` flag.
58+
59+
Project Harmonia supports the following values for `--type`:
60+
- `standard-arm64`
61+
- `standard-amd64` (default)
62+
- `large-arm64`
63+
- `large-amd64`
64+
- `aiml-amd64`
65+
66+
Standard size engines have 2 CPU cores and 4GB RAM, large and AI/ML engines have 4 CPU cores and 8GB RAM.
5967

6068
To verify you're using the newly created cloud engine, run:
6169

0 commit comments

Comments
 (0)