There's a 2GB file limit on FIFF files, and unfortunately I have hit this
limit trying to convert a KIT file using mne_kit2fiff. Some of the other
tools in the MNE package have options to deal with this situation, but I
can't seem to find anything relevant for mne_kit2fiff. Is there an easy
workaround for this issue?
it might be a stupid answer but would your analysis still be valid
if you downsample your data before doing the conversion?
Out of curiosity, how big is the input file?
Data packing in FIF file is in 2 formats either 16 bit or 32 bit, since
your original file was 1.3GB now it is more then 2GB it only means your
file is up-converted to 32 bit.