From fd683f14fd16382908f4634546d5f22bd3ce6566 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 2 Feb 2021 13:58:59 -0700 Subject: [PATCH 2/3] Run blink bindings generation single threaded When not single threaded this process will eat all the RAM. --- third_party/blink/renderer/bindings/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/blink/renderer/bindings/BUILD.gn b/third_party/blink/renderer/bindings/BUILD.gn index b1c8a6458c7c7..0a2fc40a384db 100644 --- a/third_party/blink/renderer/bindings/BUILD.gn +++ b/third_party/blink/renderer/bindings/BUILD.gn @@ -163,6 +163,7 @@ template("generate_bindings") { outputs = invoker.outputs args = [ + "--single_process", "--web_idl_database", rebase_path(web_idl_database, root_build_dir), "--root_src_dir", -- 2.45.2