h2o: Reduce the size of the default HTTP2 buffer
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 14 Jun 2023 13:22:03 +0000 (15:22 +0200)
committerRosen Penev <rosenp@gmail.com>
Thu, 22 Jun 2023 18:36:50 +0000 (21:36 +0300)
commitb53a83815f7a496e60b1e4d4347b1bebf4913207
tree530952b74a78c4b1997c70d8582b9008c92fafb3
parent1246b81bc28bf47467424d27ce1b9fd176d38106
h2o: Reduce the size of the default HTTP2 buffer

The initial value takes 80kB of memory for each HTTP/2 connection
which is a lot on small devices. Using 8kB instead saves a fair
amount of memory without sacrificing performance.

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
libs/h2o/patches/800-smaller-write-buffer.patch [new file with mode: 0644]