better limits

This commit is contained in:
Lily Tsuru 2023-07-17 00:40:00 -04:00
parent 8c5afad607
commit 5936c684b9
1 changed files with 1 additions and 1 deletions

View File

@ -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
```