Changed `MaxSize` to `math.MaxInt32`, because otherwise build fails on ARM: ``` constant 4294967295 overflows int ``` Think about a possible fix...
Changed
MaxSizetomath.MaxInt32, because otherwise build fails on ARM:Think about a possible fix...