top | item 40866528

Background of Linux's "file-max" and "nr_open" limits on file descriptors (2021)

42 points| cloudripper | 1 year ago |utcc.utoronto.ca

13 comments

order

pixl97|1 year ago

>Specifically on Linux there are two system-wide sysctls: fs.nr_open and fs.file-max. (Don't ask me why one uses a dash and the other an underscore, or why there are two of them...)

Somewhere it should be lore that the person that named these syscalls went on to name functions in PHP.

quectophoton|1 year ago

The creat(3) tradition lives on.

cassepipe|1 year ago

What doe NR stand for ?

foresto|1 year ago

I've seen it used for (the local equivalent of) "number" in various countries.

rotifer|1 year ago

Probably NumbeR.

turndown|1 year ago

Seems to be “normal resources”, where normal probably meant file descriptor based.