VirtualBox

Changeset 11177 in vbox


Ignore:
Timestamp:
Aug 6, 2008 11:52:33 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
34193
Message:

Bump VM RAM limit to 3.5GByte. More isn't possible right now (unimplemented code dealing with the PCI resource memory hole).

Location:
trunk
Files:
7 edited

Legend:

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

    r8155 r11177  
    4949
    5050/** The max size of the hypervisor memory area. */
    51 #define MM_HYPER_AREA_MAX_SIZE (16*1024*1024)
     51#define MM_HYPER_AREA_MAX_SIZE (20 * _1M)
    5252
    5353/** Maximum number of bytes we can dynamically map into the hypervisor region.
  • trunk/src/VBox/Main/xml/VirtualBox-settings-freebsd.xsd

    r8367 r11177  
    6060      <xsd:restriction base="xsd:unsignedInt">
    6161        <xsd:minInclusive value="4"/>
    62         <xsd:maxInclusive value="2000"/>
     62        <xsd:maxInclusive value="3584"/>
    6363      </xsd:restriction>
    6464    </xsd:simpleType>
  • trunk/src/VBox/Main/xml/VirtualBox-settings-linux.xsd

    r8367 r11177  
    6060      <xsd:restriction base="xsd:unsignedInt">
    6161        <xsd:minInclusive value="4"/>
    62         <xsd:maxInclusive value="2000"/>
     62        <xsd:maxInclusive value="3584"/>
    6363      </xsd:restriction>
    6464    </xsd:simpleType>
  • trunk/src/VBox/Main/xml/VirtualBox-settings-macosx.xsd

    r8367 r11177  
    6060      <xsd:restriction base="xsd:unsignedInt">
    6161        <xsd:minInclusive value="4"/>
    62         <xsd:maxInclusive value="3000"/>
     62        <xsd:maxInclusive value="3584"/>
    6363      </xsd:restriction>
    6464    </xsd:simpleType>
  • trunk/src/VBox/Main/xml/VirtualBox-settings-os2.xsd

    r8367 r11177  
    6060      <xsd:restriction base="xsd:unsignedInt">
    6161        <xsd:minInclusive value="4"/>
    62         <xsd:maxInclusive value="2000"/>
     62        <xsd:maxInclusive value="3584"/>
    6363      </xsd:restriction>
    6464    </xsd:simpleType>
  • trunk/src/VBox/Main/xml/VirtualBox-settings-solaris.xsd

    r8367 r11177  
    6060      <xsd:restriction base="xsd:unsignedInt">
    6161        <xsd:minInclusive value="4"/>
    62         <xsd:maxInclusive value="2000"/>
     62        <xsd:maxInclusive value="3584"/>
    6363      </xsd:restriction>
    6464    </xsd:simpleType>
  • trunk/src/VBox/Main/xml/VirtualBox-settings-windows.xsd

    r8367 r11177  
    6060      <xsd:restriction base="xsd:unsignedInt">
    6161        <xsd:minInclusive value="4"/>
    62         <xsd:maxInclusive value="2048"/>
     62        <xsd:maxInclusive value="3584"/>
    6363      </xsd:restriction>
    6464    </xsd:simpleType>
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