better limits
This commit is contained in:
parent
8c5afad607
commit
5936c684b9
|
@ -18,7 +18,7 @@ LLVM is built using a podman container (see Containerfile). The steps for replic
|
||||||
```
|
```
|
||||||
mkdir llvm_build
|
mkdir llvm_build
|
||||||
podman build -t llvm-build -f Containerfile.llvm
|
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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue