Skip to content

Add support for M2 Pro specs

Tomasz Maczukin requested to merge add-support-for-m2-pro-specs into main

The nested VMs images, that we pull during AMI build, are prepared for our M1 machines.

They will work for M2 Pro as well, but the configuration file stored within the image is hardcoding resources specs to the values expected on M1 (half of the host resources).

With M2 Pro we have more CPU and more memory, so we can increase that.

To not build a dedicated set of AMIs for the M2 Pro machines, it's easier to change the configuration files on the fly, when initialising nesting.

Which is done in this commit.

Merge request reports