Re: running out of file descriptors

2018-04-26 Thread Kamil Rytarowski
On 18.04.2018 11:08, Thomas Klausner wrote: > Hi! > > I've recently updated to a NetBSD built on April 3rd. In my latest bulk > builds I noticed > > /netbsd: file: table is full - increase kern.maxfiles or MAXFILES > > It was around 3700, I've bumped it to 8000. > > I wonder why I needed to

Re: running out of file descriptors

2018-04-23 Thread Michael van Elst
f...@netbsd.org (Erik Fair) writes: >We (NetBSD) still have a historical construct in config(5) that a bunch of >system-wide limits like MAXFILES are calculated from a presumed average or >median amount of those resources per user, expressed as multiples of >“maxusers [n]” in config(5).

Re: running out of file descriptors

2018-04-22 Thread Erik Fair
We (NetBSD) still have a historical construct in config(5) that a bunch of system-wide limits like MAXFILES are calculated from a presumed average or median amount of those resources per user, expressed as multiples of “maxusers [n]” in config(5). We may wish to survey typical applications now

Re: running out of file descriptors

2018-04-18 Thread Thomas Klausner
On Wed, Apr 18, 2018 at 11:10:37AM +0200, Martin Husemann wrote: > On Wed, Apr 18, 2018 at 11:08:49AM +0200, Thomas Klausner wrote: > > Did anyone else notice something similar? > > Check with fstat(1) ? Good idea. Right now, the top ones seem nearly ok: # fstat | sed "s/ [0-9].*$//" | sort |

Re: running out of file descriptors

2018-04-18 Thread Paul Goyette
On Wed, 18 Apr 2018, Thomas Klausner wrote: Hi! I've recently updated to a NetBSD built on April 3rd. In my latest bulk builds I noticed /netbsd: file: table is full - increase kern.maxfiles or MAXFILES It was around 3700, I've bumped it to 8000. I wonder why I needed to do that though.

Re: running out of file descriptors

2018-04-18 Thread Martin Husemann
On Wed, Apr 18, 2018 at 11:08:49AM +0200, Thomas Klausner wrote: > Did anyone else notice something similar? Check with fstat(1) ? Martin

running out of file descriptors

2018-04-18 Thread Thomas Klausner
Hi! I've recently updated to a NetBSD built on April 3rd. In my latest bulk builds I noticed /netbsd: file: table is full - increase kern.maxfiles or MAXFILES It was around 3700, I've bumped it to 8000. I wonder why I needed to do that though. Did something start using more file descriptors,