public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chromium] rawhide: Limit to 48 cpus due to OOM on x86_64 platform
@ 2026-09-19  7:26 Than Ngo
  0 siblings, 0 replies; only message in thread
From: Than Ngo @ 2026-09-19  7:26 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/chromium
Branch : rawhide
Commit : 6cd892ac948314c96dab5d00bc3a31422e9f5ffe
Author : Than Ngo <than@redhat.com>
Date   : 2026-09-19T09:25:59+02:00
Stats  : +4/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/chromium/c/6cd892ac948314c96dab5d00bc3a31422e9f5ffe?branch=rawhide

Log:
Limit to 48 cpus due to OOM on x86_64 platform

---
diff --git a/chromium.spec b/chromium.spec
index a1d6440..53f9fcc 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -13,6 +13,10 @@
 %global system_build_flags 0
 
 %global numjobs %{_smp_build_ncpus}
+# Limit to 48 cpus due to OOM on x86_64 platform
+%ifarch x86_64
+%global numjobs 48
+%endif
 
 # official builds have less debugging and go faster... but we have to shut some things off.
 %global official_build 1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-19  7:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-19  7:26 [rpms/chromium] rawhide: Limit to 48 cpus due to OOM on x86_64 platform Than Ngo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox