From 19beca45ce9cb6d63819c3dd30e4d271c54d6555 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Thu, 31 May 2018 09:42:28 +0200 Subject: [PATCH] src/poky:rpm: Restore performance in Docker containers If the maximum number of open file descriptors is much greater than the usual 1024 (for example inside a Docker container), the performance drops significantly. This was reported upstream in: https://bugzilla.redhat.com/show_bug.cgi?id=1537564 which resulted in: https://github.com/rpm-software-management/rpm/pull/444 The pull request above has now been integrated and this commit contains a backport of its three patches, which together change the behavior of rpm so that its performance is now independent of the maximum number of open file descriptors. (From OE-Core rev: 7feed9ccfc4e656c6264f07e13d7e9ef69bdfb06) Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie --- src/poky | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/poky b/src/poky index 9a773747c2a..b7f6638962b 160000 --- a/src/poky +++ b/src/poky @@ -1 +1 @@ -Subproject commit 9a773747c2af183554b35d45a3355418815bde98 +Subproject commit b7f6638962b0348ae93c1d5a7696c80e2b7933ed