On December 15, 2021 2:51 PM, Junio C Hamano wrote: > Jacob Vosmaer <jacob@xxxxxxxxxx> writes: > > > When serving a fetch, git upload-pack copies data from a git > > pack-objects stdout pipe to its stdout. This commit increases the size > > of the buffer used for that copying from 8192 to 65515, the maximum > > sideband-64k packet size. > > Thanks. I agree with others that extra configurability is not needed in this > case, and allocating this on the heap (as long as we correctly deallocate it > when we are done) is the right thing. This is likely to break NonStop as our sideband packet size is less than 64K. -Randall