| Index: docs/linux_faster_builds.md
|
| diff --git a/docs/linux_faster_builds.md b/docs/linux_faster_builds.md
|
| index 1dd601ba0c5f06eed7c8928b7e94d84a35f83480..625e0cfa951baff92784eb7db946540d73369f6c 100644
|
| --- a/docs/linux_faster_builds.md
|
| +++ b/docs/linux_faster_builds.md
|
| @@ -1,4 +1,4 @@
|
| -# Tips for improving build speed on Linux
|
| +# Tips for improving build speed on Linux
|
|
|
| This list is sorted such that the largest speedup is first; see
|
| [Linux build instructions](linux_build_instructions.md) for context and
|
| @@ -144,9 +144,11 @@ As root:
|
|
|
| mount -t tmpfs -o size=20G,nr_inodes=40k,mode=1777 tmpfs /path/to/out
|
|
|
| +*** note
|
| **Caveat:** You need to have enough RAM + swap to back the tmpfs. For a full
|
| debug build, you will need about 20 GB. Less for just building the chrome target
|
| or for a release build.
|
| +***
|
|
|
| Quick and dirty benchmark numbers on a HP Z600 (Intel core i7, 16 cores
|
| hyperthreaded, 12 GB RAM)
|
|
|