public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/uv] epel10: Further decrease max. parallelism to avoid “too many open files”
@ 2026-06-17 13:13 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-06-17 13:13 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/uv
            Branch : epel10
            Commit : 2a55ef3b100a5d41171816678d512cfdbc78343b
            Author : Benjamin A. Beasley <code@musicinmybrain.net>
            Date   : 2026-06-07T08:40:16+01:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/uv/c/2a55ef3b100a5d41171816678d512cfdbc78343b?branch=epel10

            Log:
            Further decrease max. parallelism to avoid “too many open files”

[skip changelog]

---
diff --git a/uv.spec b/uv.spec
index 2113050..58e5715 100644
--- a/uv.spec
+++ b/uv.spec
@@ -178,7 +178,7 @@ ExcludeArch:    %{ix86}
 
 # Compilation may fail on builders with very many cores (e.g. 192 cores) due to
 # “too many open files.” Try to keep the files/core ratio from getting too low.
-%global _smp_ncpus_max 72
+%global _smp_ncpus_max 48
 
 BuildRequires:  cargo-rpm-macros >= 24
 BuildRequires:  rust2rpm-helper

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

only message in thread, other threads:[~2026-06-17 13:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-17 13:13 [rpms/uv] epel10: Further decrease max. parallelism to avoid “too many open files” Benjamin A. Beasley

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