VirtualBox

Changeset 871 in vbox for trunk/src


Ignore:
Timestamp:
Feb 13, 2007 1:34:23 PM (18 years ago)
Author:
vboxsync
Message:

Use VMR3SuspendNoSave to suspend the VM when running out of memory trying to allocate more guest RAM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMPhys.cpp

    r853 r871  
    392392        VMSetRuntimeError(pVM, false, "HostMemoryLow", "Unable to allocate and lock memory. The virtual machine will be paused. Please close applications to free up memory or save and close the VM.");
    393393 
    394         rc = VMR3Suspend(pVM);
     394        rc = VMR3SuspendNoSave(pVM);
    395395        AssertRC(rc);
    396396
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette