diff --git a/README.md b/README.md index 246e9a0..f012dfa 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ LLVM is built using a podman container (see Containerfile). The steps for replic ``` mkdir llvm_build podman build -t llvm-build -f Containerfile.llvm -podman run --cpus 16 -m 8G --mount type=bind,source=$PWD/llvm_build,destination=/build/llvm-build localhost/llvm-build +podman run --rm --cpus 16 -m 12G --mount type=bind,source=$PWD/llvm_build,destination=/build/llvm-build localhost/llvm-build ```