VirtualBox

Ignore:
Timestamp:
Jul 22, 2020 1:40:25 PM (4 years ago)
Author:
vboxsync
Message:

Main: bugref:9341: Changed RAM size of the nested guests to 2GB.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/autostart/tdAutostart1.py

    r85377 r85414  
    14261426            oVM = self.createTestVM(self.ksOsLinux, 1, '6.0/ub1804piglit/ub1804piglit.vdi', sKind = 'Ubuntu_64', \
    14271427                                    fIoApic = True, eNic0AttachType = vboxcon.NetworkAttachmentType_NAT, \
    1428                                     eNic0Type = vboxcon.NetworkAdapterType_Am79C973, cMbRam = 4096, \
     1428                                    eNic0Type = vboxcon.NetworkAdapterType_Am79C973, cMbRam = 2048, \
    14291429                                    cCpus = 2, sDvdImage = self.sGuestAdditionsIso);
    14301430            if oVM is None:
     
    14331433        if self.ksOsWindows in self.asTestVMs:
    14341434            # windows7piglit is created with PAE enabled and 2 CPUs.
     1435            # changed cMbRam to 2GB due to #9618
    14351436            oVM = self.createTestVM(self.ksOsWindows, 1, '6.0/windows7piglit/windows7piglit.vdi', sKind = 'Windows7_64', \
    14361437                                    fIoApic = True, eNic0AttachType = vboxcon.NetworkAttachmentType_NAT, \
    1437                                     sHddControllerType = "SATA Controller", cMbRam = 4096, fPae = True, cCpus = 2, \
     1438                                    sHddControllerType = "SATA Controller", cMbRam = 2048, fPae = True, cCpus = 2, \
    14381439                                    sDvdImage = self.sGuestAdditionsIso);
    14391440            if oVM is None:
     
    14451446                fRc = fRc and oSession.setVRamSize(256);
    14461447                fRc = fRc and oSession.setVideoControllerType(vboxcon.GraphicsControllerType_VBoxSVGA)
    1447                 fRc = fRc and oSession.setAccelerate3DEnabled(True);
     1448                fRc = fRc and oSession.setAccelerate3DEnabled(False);
    14481449                fRc = fRc and oSession.enableUsbOhci(True);
    14491450                fRc = fRc and oSession.enableUsbHid(True);
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