diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-25 15:25:54 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-22 09:16:00 +0100 |
commit | 8cbdc270c9663bcdc314fec19de51e85a6461a94 (patch) | |
tree | 5476361a41e790a8841e4d218a228c840098e97b /meta/classes/autotools-brokensep.bbclass | |
parent | 9ea5a31776440abd6468f003c5e1905f079446d3 (diff) | |
download | poky-8cbdc270c9663bcdc314fec19de51e85a6461a94.tar.gz |
pseudo: Handle too many files deadlock
If we have large amounts of parallelism, pseudo can end up with too
many open connections and will no longer accept further connections,
hanging. This patch works around that by closing some clients, allowing
turnover of connections and unblocking the system. The downside is a small
but theoretical window of data loss. This is likely better than locking
up entirely though. Discussions with Peter are onging about how we could
better fix this.
(From OE-Core rev: f3589f154dad1c92e599737623d392508810ae7e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/autotools-brokensep.bbclass')
0 files changed, 0 insertions, 0 deletions