MaximumFileSizeInMemory
The maximum size of an XML file to load into memory for parsing, in bytes. Files larger than this size are parsed using file streams, which is less memory intensive, but slower.
Type: | Integer |
Default: | 1073741824 |
Required: | No |
Configuration Section: | XMLParsing |
Example: | MaximumFileSizeInMemory=1073741824
|
See Also |