VirtualBox

Changeset 28210 in vbox for trunk/src/VBox/Devices/Graphics


Ignore:
Timestamp:
Apr 12, 2010 2:41:42 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
59950
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA.h

    r27754 r28210  
    4747/** The default amount of VRAM. */
    4848# define VGA_VRAM_DEFAULT    (_4M)
    49 /** The maximum amount of VRAM. */
    50 # define VGA_VRAM_MAX        (128 * _1M)
     49/** The maximum amount of VRAM. Limited by VBOX_MAX_ALLOC_PAGE_COUNT. */
     50# define VGA_VRAM_MAX        (256 * _1M)
    5151/** The minimum amount of VRAM. */
    5252# define VGA_VRAM_MIN        (_1M)
Note: See TracChangeset for help on using the changeset viewer.

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