Added notice about concurrently running jobs. (#1330)
This commit is contained in:
parent
e383756b28
commit
eabfd4b59e
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ To create a custom build, you need:
|
|||
4. `webfont::<plan>` : Web fonts only (CSS + WOFF2);
|
||||
5. `woff2::<plan>` : WOFF2 only.
|
||||
|
||||
⚠️ **Important:** By default, the build system will schedule a number of concurrently running jobs equal to the number of threads available on the CPU, which *will* push CPU usage and also likely RAM usage, if you do not have very much to work with, to the ceiling (each job consumes more than 1 GB of RAM at its peak). If this is an issue for you, pass an additional argument `--jCmd=<number of concurrent jobs>`.
|
||||
|
||||
### Configuring Custom Build
|
||||
|
||||
Configuration of build plans are organized under `[buildPlans.<plan name>]` sections in the `private-build-plans.toml`. You can use [the Customizer](https://be5invis.github.io/Iosevka/customizer) to create the build plan, and/or manually edit them, following the instructions below.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue