- Timestamp:
- Feb 13, 2007 1:34:23 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPhys.cpp
r853 r871 392 392 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."); 393 393 394 rc = VMR3Suspend (pVM);394 rc = VMR3SuspendNoSave(pVM); 395 395 AssertRC(rc); 396 396
Note:
See TracChangeset
for help on using the changeset viewer.