VirtualBox

Changeset 14853 in vbox


Ignore:
Timestamp:
Dec 1, 2008 12:51:26 PM (16 years ago)
Author:
vboxsync
Message:

PGMR0DynMap: Sane PGMR0DYNMAP_GUARD_PAGES values.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/PGMR0DynMap.cpp

    r14850 r14853  
    5050/** The number of pages we reserve per CPU. */
    5151#define PGMR0DYNMAP_PAGES_PER_CPU           64
    52 /** The number of guard pages. */
     52/** The number of guard pages.
     53 * @remarks Never do tuning of the hashing or whatnot with a strict build!  */
    5354#if defined(VBOX_STRICT)
    54 # define PGMR0DYNMAP_GUARD_PAGES            4
     55# define PGMR0DYNMAP_GUARD_PAGES            1
    5556#else
    56 # define PGMR0DYNMAP_GUARD_PAGES            1
     57# define PGMR0DYNMAP_GUARD_PAGES            0
    5758#endif
    5859/** The dummy physical address of guard 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