Date: Wed, 08 Nov 2023 23:14:41 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 274968] rpc_clnt_create: The dg_cv variable uses absurdly too much memory Message-ID: <bug-274968-227-JYHySzGNZT@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-274968-227@https.bugs.freebsd.org/bugzilla/> References: <bug-274968-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274968 --- 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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274968-227-JYHySzGNZT>