Hi,
i have a huge Projekt, called DataNet in VB.NET.
This Programm reads XML Files, checking key fields, do conversions and other important procedures and saving it (when everything is ok) to sqldb.
When i start this application, its begin to process over 5000 XML files, its start with ~32 MB Memory ussage. After 50-70 XML's it eats 34 MB of Memory, After this 5000 XML's its at 100 MB Memory.
I call gc.collect() often, i dispose objects, i set vars/objects to nothing... but the memory ussage is still rising.
Any ideas?
i have a huge Projekt, called DataNet in VB.NET.
This Programm reads XML Files, checking key fields, do conversions and other important procedures and saving it (when everything is ok) to sqldb.
When i start this application, its begin to process over 5000 XML files, its start with ~32 MB Memory ussage. After 50-70 XML's it eats 34 MB of Memory, After this 5000 XML's its at 100 MB Memory.
I call gc.collect() often, i dispose objects, i set vars/objects to nothing... but the memory ussage is still rising.
Any ideas?