supports .net more than 2 GB of main memory?
-
Hi! Is there anyone who knows whether it is possible to use more than 2 GB of main memory with the .net framework on a 32 Bit resp. 64 Bit system?!
blog says: .NET relies on a low memory notification event, which occurs when there is 32MB of RAM left on systems with 4GB of RAM or less. According to this blog, http://weblogs.asp.net/pwilson/archive/2004/02/14/73033.aspx[^] 4GB have been tested Why not write an app that sucks up some memory for a test ? HTH
R.Bischoff
-
blog says: .NET relies on a low memory notification event, which occurs when there is 32MB of RAM left on systems with 4GB of RAM or less. According to this blog, http://weblogs.asp.net/pwilson/archive/2004/02/14/73033.aspx[^] 4GB have been tested Why not write an app that sucks up some memory for a test ? HTH
R.Bischoff
Hi, Soliant is quite true. I once wrote a small program which went through the file system recursively and stored the streams of all files in a hashtable... The prog worked fine in loading more than 2 GB of data in the memory... it seemed as if it was efficiently and smartly doing paging... without any error... But obviously in this case other application's performance was getting affected. regards Aryadip. Cheers !! and have a Funky day !!