Skip to content

Avoid large IO operations on Darwin

Ben Gamari requested to merge wip/T17414 into master

This works around #17414 (closed) by limiting the size of IO operations to 2GB on Darwin. The approach is rather hacky but I don't see many better alternatives.

Merge request reports