Skip to content

Commit

Permalink
Merge pull request #1266 from tjkirch/doc-build-time
Browse files Browse the repository at this point in the history
BUILDING: Add note about CPU performance
  • Loading branch information
tjkirch authored Jan 8, 2021
2 parents bff72eb + cda565a commit a6e7222
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ You can skip to the [setup guide for Kubernetes](QUICKSTART-EKS.md) or the [setu

The build process artifacts and resulting images can consume in excess of 80GB in the local directory.

The build process is also fairly demanding on your CPU, since we build all included software from scratch.
(The first time. Package builds are cached, and only changes are built afterward.)
The build scales well to 32+ cores.
The first time you build, the fastest machines can take about 12 minutes while slower machines with only a couple cores can take 3-4 hours.

#### Linux

The build system requires certain operating system packages to be installed.
Expand Down

0 comments on commit a6e7222

Please sign in to comment.