VirtualBox

Changeset 28210 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Apr 12, 2010 2:41:42 PM (15 years ago)
Author:
vboxsync
Message:

increase VBOX_MAX_ALLOC_PAGE_COUNT to 256MB / PAGE_SIZE, set the new maximum VRAM limit to 256MB

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/param.h

    r28124 r28210  
    4343/** The maximum number of pages that can be allocated and mapped
    4444 * by various MM, PGM and SUP APIs. */
    45 #define VBOX_MAX_ALLOC_PAGE_COUNT   (128U * _1M / PAGE_SIZE)
     45#define VBOX_MAX_ALLOC_PAGE_COUNT   (256U * _1M / PAGE_SIZE)
    4646
    4747
  • trunk/include/VBox/param.mac

    r21930 r28210  
    11%ifndef ___VBox_param_h
    22%define ___VBox_param_h
    3 %define VBOX_MAX_ALLOC_PAGE_COUNT   (128U * _1M / PAGE_SIZE)
     3%define VBOX_MAX_ALLOC_PAGE_COUNT   (256U * _1M / PAGE_SIZE)
    44%define MM_HYPER_AREA_ADDRESS       UINT32_C(0xa0000000)
    55%define MM_HYPER_AREA_MAX_SIZE      (40U * _1M)
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