fix docs
This commit is contained in:
parent
c0830ebc4a
commit
6d0a3ec4f2
2 changed files with 2 additions and 2 deletions
docs/behind-the-scenes
|
@ -1,3 +1,3 @@
|
|||
# How commands are run
|
||||
|
||||
I was unable to find a way to directly run *multiple* commands via Docker/Podman. Instead of doing that, greg puts all the commands in a temporary script, mounts it inside, and then run it with
|
||||
I was unable to find a way to directly run *multiple* commands via Docker/Podman. Instead of doing that, greg puts all the commands in a temporary script, mounts it inside, and then runs it with `shell`.
|
||||
|
|
|
@ -23,7 +23,7 @@ i.e. with `total_threads` as the number of threads the CPU(s) has:
|
|||
|
||||
---
|
||||
|
||||
Alternative algorithms I tried:
|
||||
Alternative algorithm I tried:
|
||||
|
||||
```rs
|
||||
if total_threads >= 32 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue