[go: nahoru, domu]

orderfile: reduce RAM usage when linking

The symbol_level was switched to 2 recently (crrev.com/729971). This
works on general builders, but on the orderfile bot with less RAM
onboard the LLD hits an OOM after swapping a lot.

Attempt to mitigate this by switching symbol_level back to 1. This may be
not enough because there were other changes making ThinLTO smarter.
Those could consume a lot of RAM potentially as well.

Bug: 1041096
Change-Id: I034939b7ca9b04990a2f2d3ac8205a085cb0b8fa
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2000819
Reviewed-by: George Burgess <gbiv@chromium.org>
Commit-Queue: George Burgess <gbiv@chromium.org>
Cr-Commit-Position: refs/heads/master@{#731655}
1 file changed