ros_ide_vm: Allocate less resources for build

This commit is contained in:
Alexey Rogachevskiy
2020-07-05 22:05:57 +03:00
parent 246ba6e5fb
commit 72f35a0b04

View File

@@ -13,8 +13,10 @@
"format": "ova",
"guest_additions_mode": "disable",
"headless": "true",
"vboxmanage": [
["modifyvm", "{{.Name}}", "--memory", "8192", "--vram", "128", "--mouse", "usbtablet", "--rtcuseutc", "on", "--usb", "on", "--usbxhci", "on", "--nictype1", "virtio"],
["modifyvm", "{{.Name}}", "--memory", "6144", "--vram", "128", "--mouse", "usbtablet", "--rtcuseutc", "on", "--usb", "on", "--usbxhci", "on", "--nictype1", "virtio"],
["storageattach", "{{.Name}}", "--storagectl", "SATA Controller", "--port", "0", "--nonrotational", "on", "--discard", "on"]
],
"import_opts": "importtovdi",