VirtualBox

Changeset 33544 in vbox


Ignore:
Timestamp:
Oct 28, 2010 10:13:34 AM (14 years ago)
Author:
vboxsync
Message:

Bump the timeout count to 10

File:
1 edited

Legend:

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

    r33540 r33544  
    39283928        if (u64TimeStamp2 - u64TimeStamp1 > 100)
    39293929        {
    3930             if (++cTimeOut > 5)
     3930            if (++cTimeOut > 10)
    39313931            {
    39323932                /* 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.

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