From 9caf7e9ecac8b8a457e81c4f51e2abe5fb0b3e70 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 732e344bb97b2..cce7bb433156f 100644 --- a/third_party/blink/renderer/bindings/BUILD.gn +++ b/third_party/blink/renderer/bindings/BUILD.gn @@ -166,6 +166,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