CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2011
    Posts
    5

    Arrow VM and RAM --A Simple explnation is needed

    Sometimes my computer's systray corner displays a message saying that I am running out of virtual memory, I guess I may need to increase RAM to eliminate it. Sometimes during programming, I bet you might also need to allocate VM for some objects. What is the relation between RAM and VM ? Can you show me a snapshot (picture or words alone) to diagram how the relation is made ?
    I am bored.

    Thank you.
    A nude clear timing bomb engineer.

  2. #2
    Join Date
    Aug 2000
    Location
    New York, NY, USA
    Posts
    5,656

    Re: VM and RAM --A Simple explnation is needed

    Vlad - MS MVP [2007 - 2012] - www.FeinSoftware.com
    Convenience and productivity tools for Microsoft Visual Studio:
    FeinWindows - replacement windows manager for Visual Studio, and more...

  3. #3
    Join Date
    Aug 2008
    Posts
    902

    Re: VM and RAM --A Simple explnation is needed

    I guess I may need to increase RAM to eliminate it
    Yes, indeed. I think the last time I had to resort to pagefile or swap was sometime in the 90s. RAM has been plentiful since then.

  4. #4
    Lindley is offline Elite Member Power Poster
    Join Date
    Oct 2007
    Location
    Seattle, WA
    Posts
    10,895

    Re: VM and RAM --A Simple explnation is needed

    Quote Originally Posted by Chris_F View Post
    Yes, indeed. I think the last time I had to resort to pagefile or swap was sometime in the 90s. RAM has been plentiful since then.
    Clearly you've never needed to invert a 50000x50000 matrix.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured