CORRECTION:
Documentation for the SPExportSettings.FileMaxSize property contains incorrect information that will be revised in the next release. The correct documentation for this property follows:
Description:
Gets or sets a value that specifies the maximum allowable size for a content migration package (.cab file). If the generated export package exceeds this value, the package is split into multiple files.
Property Value:
A 32-bit integer that specifies the maximum size (in MB) of the export package (.cab) file. The default is 24 MB.
Remarks:
The default value is 24 MB, which is also the recommended size. If you implement file compression, then the allowable range is between 1 MB and 2 GB. The upper boundary on any compressed (.cab/.cmp) file is 2048 MB. If a value is provided that is outside of the allowable range (including zero), the property reverts to the default, 24 MB.