VirtualBox

Changeset 22785 in vbox


Ignore:
Timestamp:
Sep 4, 2009 2:26:06 PM (15 years ago)
Author:
vboxsync
Message:

Increase the nr of dirty pages from 8 to 16

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMInternal.h

    r22783 r22785  
    17671767    uint32_t                    cDirtyPages;
    17681768    /* Array of current dirty pgm pool page indices. */
    1769     uint16_t                    aIdxDirtyPages[8];
    1770     uint64_t                    aDirtyPages[8][512];
     1769    uint16_t                    aIdxDirtyPages[16];
     1770    uint64_t                    aDirtyPages[16][512];
    17711771#endif /* PGMPOOL_WITH_MONITORING */
    17721772    /** The number of pages currently in use. */
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