2019.10.01 18:01 "[Tiff] TIFF_IO_MAX too large for Windows XP", by David C. Partridge

2019.10.10 22:42 "Re: [Tiff] TIFF_IO_MAX too large for Windows XP", by Scott Ribe

> On Oct 10, 2019, at 4:24 PM, David C. Partridge <david.partridge@perdrix.co.uk> wrote:

Given that the actual limit in XP (for network shares) appears to be a bit under 64MB or bit under 32MB (for x64), I really see no harm in reducing it to 16MB, 1MB or even 64K!! My experience has been that reading files using ever increasing buffers has diminishing returns that typically tail off after 64KB, and beyond 1MB there's little or no benefit in increasing the chunk size, however if you want to go bigger, by all means set the limit to 16MB.

Exactly that. I once, with an old version of Windows NT, saw performance gains all the way up to 2MB, but only once--and that was a screwy system, where at smaller sizes it was unreasonably slow. Other than that, never above 256KB. Unless someone has specific evidence that 32MB is better than 16MB to contradict all that experience, then it's just not needed and completely reasonable to drop to 16MB.