Changeset 33544 in vbox
- Timestamp:
- Oct 28, 2010 10:13:34 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPhys.cpp
r33540 r33544 3928 3928 if (u64TimeStamp2 - u64TimeStamp1 > 100) 3929 3929 { 3930 if (++cTimeOut > 5)3930 if (++cTimeOut > 10) 3931 3931 { 3932 3932 /* If repeated attempts to allocate a large page takes more than 100 ms, then we fall back to normal 4k pages.
Note:
See TracChangeset
for help on using the changeset viewer.