I am splitting up a 7GB file into multiple chunks of 250 MB files using the following command:
zip 7gbfile.zip --out split-file.zip -s 250M
T