]> Sergey Matveev's repositories - public-inbox.git/commit
shrink low-bandwidth pipes under Linux
authorEric Wong <e@80x24.org>
Sat, 5 Jan 2019 21:52:57 +0000 (21:52 +0000)
committerEric Wong <e@80x24.org>
Sat, 5 Jan 2019 23:17:39 +0000 (23:17 +0000)
commit9427c808130255911dd3e4eee99b6f2c1cc42066
tree4d3045140408eb6f475551613c07007f08b030a8
parent789ac5b0119d8d878380bbe8b3de4c7630460148
shrink low-bandwidth pipes under Linux

I've hit /proc/sys/fs/pipe-user-pages-* limits on some systems.
So stop hogging resources on pipes which don't benefit from
giant sizes.

Some of these can use eventfd in the future to further reduce
resource use.
lib/PublicInbox/Daemon.pm
lib/PublicInbox/EvCleanup.pm
lib/PublicInbox/Git.pm
lib/PublicInbox/V2Writable.pm