summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-10-19 23:00:56 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-10-19 23:00:56 +0000
commitd3c9f66a66f2d8c98d56ab76652e5444020806f3 (patch)
treeaddaa5c2260243a045746e6d1e3f33f4543ae555
parent7ef11f76c8643eae2a239ccc448baa02b8db6239 (diff)
parent9db406c81121730ffa54176be19745e2996e64a7 (diff)
Snap for 7838477 from 9db406c81121730ffa54176be19745e2996e64a7 to sc-v2-release
Change-Id: Iead15c405865131a5eed9d703f276c4f49c485ea
-rw-r--r--cmd/multiproduct_kati/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/multiproduct_kati/main.go b/cmd/multiproduct_kati/main.go
index 55a5470e3..c7adbbd63 100644
--- a/cmd/multiproduct_kati/main.go
+++ b/cmd/multiproduct_kati/main.go
@@ -244,7 +244,7 @@ func main() {
jobs = runtime.NumCPU() / 4
ramGb := int(config.TotalRAM() / 1024 / 1024 / 1024)
- if ramJobs := ramGb / 25; ramGb > 0 && jobs > ramJobs {
+ if ramJobs := ramGb / 30; ramGb > 0 && jobs > ramJobs {
jobs = ramJobs
}