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