glide.db.impex.XMLLoader.max.file.size.mb does not workDescriptionKB0564441 describes a setting that was introduced in Helsinki that controls the maximum file size for xml import.However, testing shows glide.db.impex.XMLLoader.max.file.size.mb does not work.Regardless of what is defined for this setting the size of xml file for import is controlled by the com.glide.attachment.max_size settingSteps to Reproduce 1. In an OOTB Orlando or NY instance set the followingcom.glide.attachment.max_size = 3glide.db.impex.XMLLoader.max.file.size.mb = 1002. attempt to import the incidents.xml attached to case3. import fails4. Now setcom.glide.attachment.max_size = 1024glide.db.impex.XMLLoader.max.file.size.mb = 35. attempt to import the same xml and it will succeedWorkaroundThe issue is already fixed in Orlando Patch 7 and onward. Consider updating your instance to solve the issue.Related Problem: PRB1444825