public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Than Ngo <than@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/chromium] f43: Limit to 48 cpus due to OOM on x86_64 platform
Date: Sat, 19 Sep 2026 12:01:48 GMT [thread overview]
Message-ID: <178981930889.1.9758880035448564099.rpms-chromium-6cd892ac9483@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/chromium
Branch : f43
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=f43
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
reply other threads:[~2026-09-19 12:01 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178981930889.1.9758880035448564099.rpms-chromium-6cd892ac9483@fedoraproject.org \
--to=than@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox