Re: kern.maxlockf for byte range lock limit

2021-07-12 Thread Emmanuel Dreyfus
On Tue, Jul 13, 2021 at 03:36:49AM +, David Holland wrote: > Well, that was the idea; make it some factor times the current open > file limit or something like that. Not sure why the existing limit is > apparently per-user rather than per-process or what that's supposed to > accomplish. These l

Re: kern.maxlockf for byte range lock limit

2021-07-12 Thread David Holland
On Mon, Jul 12, 2021 at 08:03:54AM +, Emmanuel Dreyfus wrote: > On Fri, Jul 09, 2021 at 08:52:08PM +, David Holland wrote: > > This was discussed somewhere briefly (probably on chat) a couple weeks > > ago, with the conclusion that we should just make the limit something > > like twice

Re: kern.maxlockf for byte range lock limit

2021-07-12 Thread Emmanuel Dreyfus
On Fri, Jul 09, 2021 at 08:52:08PM +, David Holland wrote: > This was discussed somewhere briefly (probably on chat) a couple weeks > ago, with the conclusion that we should just make the limit something > like twice the maximum number of open files and forget about it. No > real need to add mo