Btw is there any limit for number of memory block, which can be requested ?
As far as my XML file has milions of nodes, may be that for each node is created instance of TDOMNode class (or TDOMElement I do not know), which in turn can cause that there is large amount of relative small memory blocks ...
L.

Hard to say.
This happens inside TXMLDocument class as content is reading from file in procedure ReadXMLFile. May be that somewhere during processing occurs request for large block of data. (when I look at Resource Monitor as amount of memory is allocated I see there jump in one moment . more than 500 MB at once)

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to