Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. supports .net more than 2 GB of main memory?

supports .net more than 2 GB of main memory?

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharpdotnetperformancequestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • O Offline
    O Offline
    occcy
    wrote on last edited by
    #1

    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?!

    T 1 Reply Last reply
    0
    • O occcy

      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?!

      T Offline
      T Offline
      TigerNinja_
      wrote on last edited by
      #2

      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

      Denn Gott hat die Menschen so sehr geliebt, daß er seinen einzigen Sohn für sie hergab. Jeder, der an ihn glaubt, wird nicht verlorengehen, sondern das ewige Leben haben

      A 1 Reply Last reply
      0
      • T TigerNinja_

        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

        Denn Gott hat die Menschen so sehr geliebt, daß er seinen einzigen Sohn für sie hergab. Jeder, der an ihn glaubt, wird nicht verlorengehen, sondern das ewige Leben haben

        A Offline
        A Offline
        Aryadip
        wrote on last edited by
        #3

        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 !!

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups