VirtualBox

Changeset 84646 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jun 2, 2020 6:07:19 PM (5 years ago)
Author:
vboxsync
Message:

OCI: (bugref:9469) partial proxy implementation fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageCloud.cpp

    r84645 r84646  
    21902190        return hrc;
    21912191
     2192    hrc = machine->COMSETTER(CPUCount)(2);
     2193    if (errorOccured(hrc, "Failed to adjust CPU count for '%ls'.", strGatewayVM.raw()))
     2194        return hrc;
     2195
    21922196    hrc = machine->COMSETTER(MemorySize)(512/*MB*/);
    21932197    if (errorOccured(hrc, "Failed to adjust memory size for '%ls'.", strGatewayVM.raw()))
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