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

Issue 10836067: Strip unit_tests on Linux 32-bit official builds. (Closed)

Created:
8 years, 4 months ago by Michael Moss
Modified:
8 years, 4 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Strip unit_tests on Linux 32-bit official builds. This is a workaround to avoid the issues we're having with the linker running out of memory, like: out/Release/../../third_party/gold/gold32: fatal error: out/Release/unit_tests: mmap: failed to allocate 1373799052 bytes for output file: Cannot allocate memory Removing the debug symbols shrinks the binary to about 10% the original size, which in turn reduces the build's max mmap usage (roughly measured as going from about 2GB to about 600MB). Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=149575

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -0 lines) Patch
M chrome/chrome_tests.gypi View 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Michael Moss
8 years, 4 months ago (2012-08-02 04:37:26 UTC) #1
Lei Zhang
lgtm
8 years, 4 months ago (2012-08-02 04:38:34 UTC) #2
kerz_google
8 years, 4 months ago (2012-08-02 04:39:08 UTC) #3
lgtm

Powered by Google App Engine
This is Rietveld 408576698