Document initial heap

This commit is contained in:
Graham Christensen 2018-02-19 10:34:00 -05:00
parent d40623f7f7
commit 20ffc2f58d
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -141,7 +141,7 @@ Nixpkgs evals are run like:
```
$ curl -o outpaths.nix https://raw.githubusercontent.com/NixOS/ofborg/released/ofborg/src/outpaths.nix
$ nix-env -f ./outpaths.nix -qaP --no-name --out-path --arg checkMeta true > out-paths
$ GC_INITIAL_HEAP_SIZE=4g nix-env -f ./outpaths.nix -qaP --no-name --out-path --arg checkMeta true > out-paths
```
---