[Bug 274968] rpc_clnt_create: The dg_cv variable uses absurdly too much memory

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 08 Nov 2023 23:14:41 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274968

--- Comment #2 from Konstantin Belousov <kib@FreeBSD.org> ---
There is an explanation in the herald comment, why the author decided to use
per-fd 'lock' instead of embedding it into the CLIENT data.

Arrays need to be changed to some hash map perhaps, protected by a pthread
mutex or spinlock.

-- 
You are receiving this mail because:
You are the assignee for the bug.