From 5936c684b9a7c41aabe60ad1a48e99109fc4a83f Mon Sep 17 00:00:00 2001 From: modeco80 Date: Mon, 17 Jul 2023 00:40:00 -0400 Subject: [PATCH] better limits --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```