Values.MemoryMiBRequestSourceThe minimum and maximum amount of memory in mebibytes (MiB) for instance type selection. This ensures that selected instance types have adequate memory for your workloads.
type nonrec t = {min : BoxedInteger.t;The minimum amount of memory in MiB. Instance types with less memory than this value are excluded from selection.
*)max : BoxedInteger.t option;The maximum amount of memory in MiB. Instance types with more memory than this value are excluded from selection.
*)}