Changeset 61921 in vbox
- Timestamp:
- Jun 29, 2016 8:03:09 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp
r60401 r61921 4427 4427 } 4428 4428 4429 if (rc == VERR_NO_MEMORY) 4430 { 4431 uint64_t cbHostRamAvail = 0; 4432 int rc2 = RTSystemQueryAvailableRam(&cbHostRamAvail); 4433 if (RT_SUCCESS(rc2)) 4434 LogRel(("Host RAM: %RU64MB available\n", cbHostRamAvail)); 4435 else 4436 LogRel(("Cannot determine the amount of available host memory\n")); 4437 } 4438 4429 4439 /* Set the FFs and adjust rc. */ 4430 4440 VM_FF_SET(pVM, VM_FF_PGM_NEED_HANDY_PAGES);
Note:
See TracChangeset
for help on using the changeset viewer.

