H
harry
Hi,
Can one tune the Framework memory management?
I have an app that fills a large table (approx 10 million records - 2 int
columns), however prior to filling the table an exception is thrown claiming
I am out of memory. I've checked the memory usage at this point (using
TaksManager Performance tab) and it varies but it's approx 1.3GB or so.
I have 4GB of memory (4 x 1GB SIM).
Also I've loaded some huge Word files up to 2.1GB to check if there is some
problem with memory however no problem. Besides the pc is new and the memory
is Intel Certified and was tested after the pc was built.
So I guess it's something to do with the way memory is managed by .NET. I
specifically purchased 4GB or memory so that I could load large tables (ok I
know perhaps this is not the most elegant solution - I admit I am being a
little lazy with my code) but now I find .NET can't manage it.
Any suggestions?
Thanks
Harry
Can one tune the Framework memory management?
I have an app that fills a large table (approx 10 million records - 2 int
columns), however prior to filling the table an exception is thrown claiming
I am out of memory. I've checked the memory usage at this point (using
TaksManager Performance tab) and it varies but it's approx 1.3GB or so.
I have 4GB of memory (4 x 1GB SIM).
Also I've loaded some huge Word files up to 2.1GB to check if there is some
problem with memory however no problem. Besides the pc is new and the memory
is Intel Certified and was tested after the pc was built.
So I guess it's something to do with the way memory is managed by .NET. I
specifically purchased 4GB or memory so that I could load large tables (ok I
know perhaps this is not the most elegant solution - I admit I am being a
little lazy with my code) but now I find .NET can't manage it.
Any suggestions?
Thanks
Harry