VirtualBox

Changeset 24769 in vbox for trunk


Ignore:
Timestamp:
Nov 18, 2009 5:51:30 PM (15 years ago)
Author:
vboxsync
Message:

PGMSavedState.cpp: upped the threshold from 256 to 4096 dirty pages.

File:
1 edited

Legend:

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

    r24520 r24769  
    17871787           +  pVM->pgm.s.LiveSave.Mmio2.cDirtyPages
    17881788           +  pVM->pgm.s.LiveSave.Ram.cDirtyPages
    1789         <  256)                         /* semi random numbers. */
     1789# if 0
     1790        <  256)                         /* semi random number. */
     1791# else
     1792        <  4096)                        /* too high number */
     1793# endif
    17901794        return VINF_SUCCESS;
    17911795#endif
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