Skip to content

Commit

Permalink
docs: update linux command to include memory
Browse files Browse the repository at this point in the history
### What does this PR do?

Adding --memory 6144 will help linux users set there ram to the required
minimum amount for the extension to work well.

### Screenshot / video of UI

<!-- If this PR is changing UI, please include
screenshots or screencasts showing the difference -->

N/A

### What issues does this PR fix or reference?

<!-- Include any related issues from Podman Desktop
repository (or from another issue tracker). -->

N/A

### How to test this PR?

<!-- Please explain steps to reproduce -->

N/A

Signed-off-by: Charlie Drage <[email protected]>
  • Loading branch information
cdrage authored and deboer-tim committed May 23, 2024
1 parent fd1b279 commit 01da295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Or set when initially creating a Podman Machine via Podman Desktop:
On Linux, you are unable to create a Podman Machine through the GUI of Podman Desktop, to create a rootful Podman Machine you can run the following commands:

```sh
podman machine init --rootful
podman machine init --memory 6144 --rootful
podman machine start
```

Expand Down

0 comments on commit 01da295

Please sign in to comment.