Re: Invalid value 10737418240 for configuration segment.bytes: Not a number of type INT
Tom Bentley
Hi, segment.bytes uses the Java int type, which has a maximum possible value of 2147483647 (2^31-1). So although 10737418240 is a valid number it's too big. Kind regards, Tom
On Fri, Mar 13, 2020 at 8:47 AM <yohei@...> wrote: Hi,
|
|