Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2927)

Unified Diff: docs/linux_faster_builds.md

Issue 1318153003: [Docs] fixes (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « docs/linux_eclipse_dev.md ('k') | docs/linux_graphics_pipeline.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « docs/linux_eclipse_dev.md ('k') | docs/linux_graphics_pipeline.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698