G
Guest
----Begin : Background description----
My Application reads flat file and based on the record number in the flat
file, it populates data to the on-fly Datatables of 23 different types. The
finally output expected is XML.
The Application runs on 2GB RAM server. The input flat file size can be upto
800MB.
----End : Background description----
----Begin : Technical description----
Visual Studio 2003, .Net 1.1
Console application in C#
----End : Technical description----
----Begin : Problem description----
When the input file is of size 500MB or more, the application started
throwing Out of Memory exception.
Any idea to resolve this problem guys?
----End : Problem description----
Thanks in advance
With regards
Venkat
My Application reads flat file and based on the record number in the flat
file, it populates data to the on-fly Datatables of 23 different types. The
finally output expected is XML.
The Application runs on 2GB RAM server. The input flat file size can be upto
800MB.
----End : Background description----
----Begin : Technical description----
Visual Studio 2003, .Net 1.1
Console application in C#
----End : Technical description----
----Begin : Problem description----
When the input file is of size 500MB or more, the application started
throwing Out of Memory exception.
Any idea to resolve this problem guys?
----End : Problem description----
Thanks in advance
With regards
Venkat