<p>Am 06.04.2012 08:38 schrieb "Juha Manninen" <<a href="mailto:juha.manninen62@gmail.com">juha.manninen62@gmail.com</a>>:<br>
> Now I am looking for a proper XML parser for Delphi, for big XML files.<br>
> The default Delphi parser, using MS DOM, chokes badly. 4 GB memory is not enough for it.</p>
<p>You know that on Windows for 32-bit processes the memory limit is 2GB? The remaining part of the address space is used by the OS (Note: the usable space can be extended to 3GB by setting a flag in the executable and starting Windows using a certain switch).</p>

<p>Regards,<br>
Sven</p>