Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/release/scripts/oracle/arm64_shape_compatibilities.json
34865 views
1
[
2
{
3
"internalShapeName": "VM.Standard.A1.Flex",
4
"ocpuConstraints": {
5
"min": 1,
6
"max": 80
7
},
8
"memoryConstraints": {
9
"minInGBs": 1,
10
"maxInGBs": 512
11
}
12
},
13
{
14
"internalShapeName": "VM.Standard.A2.Flex",
15
"ocpuConstraints": {
16
"min": 1,
17
"max": 78
18
},
19
"memoryConstraints": {
20
"minInGBs": 1,
21
"maxInGBs": 946
22
}
23
}
24
]
25
26