I'm running a 32 bit application, but even with a 64 bit application the memory grows up very quickly.
I guess the problem is with XmlDocument, it's very memory greedy with big files.. I thinlk the solution it's use XmlReader (a bit harder to use but light and fast)
I guess the problem is with XmlDocument, it's very memory greedy with big files.. I thinlk the solution it's use XmlReader (a bit harder to use but light and fast)