No, the problem is that you are exceeding the maximum value that KiXtart can handle. The numbers are too big.

One simple solution is just to drop the last 3 digits from the string to scale the number as kilobytes (give or take) and then convert to numeric. This is often close enough.

This problem comes up with disk drive sizes quite regularly, if you search the forums you will find other suggestions for workarounds.