CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Dec 2001
    Location
    Greece, Athens
    Posts
    1,015

    Virtual memory low - urgent....

    Hi everyone. I have a question having to do with virtual memory of win XP. I need sth like 1GB of RAM for a program I write (I have 256MB of physical memory). The problem is that after 600MBs are allocated, the program crashes because no virtual memory is available. This is happening even when I increase the ammount of virual memory from the control panel. Any ideas?
    Thanx.
    Theodore
    Personal Web Page (some audio segmentation tools): www.di.uoa.gr/~tyiannak

  2. #2
    Join Date
    Oct 2003
    Location
    .NET2.0 / VS2005 Developer
    Posts
    7,104
    disk full? buy more ram? (its cheap!!!)
    "it's a fax from your dog, Mr Dansworth. It looks like your cat" - Gary Larson...DW1: Data Walkthroughs 1.1...DW2: Data Walkthroughs 2.0...DDS: The DataSet Designer Surface...ANO: ADO.NET2 Orientation...DAN: Deeper ADO.NET...DNU...PQ

  3. #3
    Join Date
    Dec 2001
    Location
    Greece, Athens
    Posts
    1,015
    Quote Originally Posted by cjard
    disk full? buy more ram? (its cheap!!!)
    No disk is not full, I have 2 GBytes of free space in C and 6Gb in D. I've set virtual memory used by windows in C up to 1Gb, though, as I told you windows doesnot use more than 600MBytes.
    Ram is cheap indeed (60-70 Euros for 256MB of RAM). But I've just returned from holidays and I don't have money not even for cigarets . And I want to go on holidays next week too.
    Theodore
    Personal Web Page (some audio segmentation tools): www.di.uoa.gr/~tyiannak

  4. #4
    Join Date
    Oct 2003
    Location
    .NET2.0 / VS2005 Developer
    Posts
    7,104
    which program is this? adobe photoshop? does it not have its own virtual memory thing?
    "it's a fax from your dog, Mr Dansworth. It looks like your cat" - Gary Larson...DW1: Data Walkthroughs 1.1...DW2: Data Walkthroughs 2.0...DDS: The DataSet Designer Surface...ANO: ADO.NET2 Orientation...DAN: Deeper ADO.NET...DNU...PQ

  5. #5
    Join Date
    Sep 2004
    Posts
    1

    Question Re: Virtual memory low - urgent....

    I have this problem too and it can't be anything to do with not having enough RAM?

    My system spec:

    MS XP PRO SP2
    Althon XP 1700 1.4MHz
    MSI Motherboard - KT3
    160GB Hard Drive (80GB free)
    1.8GB DDR 333MHz RAM
    Geforce4 8x AGP
    Dual Layer DVD Burner 8x

    All drivers up to date.

    Games crash back to the desktop on opening and IE crashes (Lucky I use Mozzila 1.6)

    I know others who have this problem too, some with XP Home edition with Service Pack 2

  6. #6
    Join Date
    Jul 2002
    Location
    Don't Know, Don't Care
    Posts
    346

    Re: Virtual memory low - urgent....

    2 things come to mind, either a severely fragmented hard disk, or windows has just finally had enough. Often times after several driver/hardware changes, windows slows down and can even become unstable. The best option is to run a repair install, I just did this recently and it worked wonders.

    C G C F A D--Feel the Noise

    "When your life goes nowhere and leads back to me, doesn't that tell you something?"
    ~Gray Area Fury

  7. #7
    Join Date
    Dec 2002
    Location
    La Plata, Buenos Aires
    Posts
    615

    Re: Virtual memory low - urgent....

    Try the following

    FORMAT C:


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