From 5efd074c816007c30b8a98f1f3aa614ed35249c8 Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Thu, 23 May 2024 15:24:35 -0400 Subject: [PATCH] docs: update linux command to include memory ### 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 N/A ### What issues does this PR fix or reference? N/A ### How to test this PR? N/A Signed-off-by: Charlie Drage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f87b2f1a..dde3b37c 100644 --- a/README.md +++ b/README.md @@ -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 ```