On December 15, 2021 3:24 PM, Jacob Vosmaer wrote: > To: rsbecker@xxxxxxxxxxxxx > Cc: Junio C Hamano <gitster@xxxxxxxxx>; git@xxxxxxxxxxxxxxx; > avarab@xxxxxxxxx; peff@xxxxxxxx > Subject: Re: [PATCH v2 1/1] upload-pack.c: increase output buffer size > > On Wed, Dec 15, 2021 at 8:59 PM <rsbecker@xxxxxxxxxxxxx> wrote: > > > This is likely to break NonStop as our sideband packet size is less > > than 64K. > > Could you elaborate on what you expect to break? The maximum I/O size on the platform is 56Kb. Anything larger will fail. That's why we use xread and xwrite for non-buffered I/O. -Randall