From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C30E23857BA4; Wed, 11 Jan 2023 15:34:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C30E23857BA4 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1673451276; bh=2GU05U4/WjPjRcyU2qoepn18LAGlRPYw8NGODZww5tU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=FEpKla4mEujD8nSl6ucDACskm22FTBRnmQz4Bel3UmAHXloyOwP4I2vzAzV/yRWij 64Xfum7lG0ZZyJT4auCNBMmHBkeXiht1hTPchwmaTBsWHBoVuaPDIOPFzezzq68DVZ tvh4X2sXSrPdeWJOWvkptwxxKFl3qTbXKxhUudkM= From: "fche at redhat dot com" To: elfutils-devel@sourceware.org Subject: [Bug debuginfod/29975] Search concurrency doesn't respect CPU affinity Date: Wed, 11 Jan 2023 15:34:36 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: elfutils X-Bugzilla-Component: debuginfod X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fche at redhat dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29975 Frank Ch. Eigler changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #4 from Frank Ch. Eigler --- Pushed to master as dcb40f9caa7ca30 Author: Frank Ch. Eigler Date: Tue Jan 10 17:59:35 2023 -0500 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 --=20 You are receiving this mail because: You are on the CC list for the bug.=