summaryrefslogtreecommitdiff
path: root/debuginfod/ChangeLog
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>2023-01-10 17:59:35 -0500
committerFrank Ch. Eigler <fche@redhat.com>2023-01-11 10:32:34 -0500
commitdcb40f9caa7ca30f6cae0f237c627bb5e4e4931c (patch)
treee47f6de2e759df084af2184a0cb5fe5b48174849 /debuginfod/ChangeLog
parent6560fb26a62ef135a804357ef4f15a47de3e49b3 (diff)
downloadelfutils-dcb40f9caa7ca30f6cae0f237c627bb5e4e4931c.tar.gz
debuginfod PR29975 & PR29976: decrease default concurrency
... based on rlimit (rlimig -n NUM) ... based on cpu-affinity (taskset -c A,B,C,D ...) Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
Diffstat (limited to 'debuginfod/ChangeLog')
-rw-r--r--debuginfod/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/debuginfod/ChangeLog b/debuginfod/ChangeLog
index 8f9637f5..fc44e039 100644
--- a/debuginfod/ChangeLog
+++ b/debuginfod/ChangeLog
@@ -3,6 +3,12 @@
* debuginfod-client.c (debuginfod_query_server): Use
CURL_AT_LEAST_VERSION(7.85.0) for CURLOPT_PROTOCOLS_STR.
+2023-01-11 Frank Ch. Eigler <fche@redhat.com>
+
+ PR29975 & PR29976
+ * debuginfod.cxx (default_concurrency): New function to guess a
+ reasonable default for -c/-C on large but constrained machines.
+
2022-12-21 Mark Wielaard <mark@klomp.org>
* debuginfod-client.c: Define CURL_AT_LEAST_VERSION.