Add To limit resources use during build
All checks were successful
check / check (push) Successful in 27s
All checks were successful
check / check (push) Successful in 27s
This commit is contained in:
parent
558b28e15f
commit
b4f0488904
1 changed files with 6 additions and 0 deletions
|
@ -103,6 +103,12 @@ Result:
|
|||
|
||||
nixd is not up to date and require nix 2.16.2
|
||||
|
||||
## To limit resources use during build
|
||||
|
||||
```bash
|
||||
nixos-rebuild build-vm --cores 16 --max-jobs 1 --flake .#nixos-test
|
||||
```
|
||||
|
||||
# Usefull links
|
||||
|
||||
- https://api.github.com/rate_limit
|
||||
|
|
Loading…
Reference in a new issue