Changeset 84646 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jun 2, 2020 6:07:19 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageCloud.cpp
r84645 r84646 2190 2190 return hrc; 2191 2191 2192 hrc = machine->COMSETTER(CPUCount)(2); 2193 if (errorOccured(hrc, "Failed to adjust CPU count for '%ls'.", strGatewayVM.raw())) 2194 return hrc; 2195 2192 2196 hrc = machine->COMSETTER(MemorySize)(512/*MB*/); 2193 2197 if (errorOccured(hrc, "Failed to adjust memory size for '%ls'.", strGatewayVM.raw()))
Note:
See TracChangeset
for help on using the changeset viewer.