1{ 2 "hardware": { 3 "gcp-n2-standard-4": { 4 "name": "n2-standard-4", 5 "cpu": "4 CPU", 6 "memory": "16 GB RAM", 7 "description": "n2-standard-4 Google Cloud machine type" 8 }, 9 "gcp-n2-standard-8": { 10 "name": "n2-standard-8", 11 "cpu": "8 CPU", 12 "memory": "32 GB RAM", 13 "description": "n2-standard-8 Google Cloud machine type" 14 }, 15 "apple-intel": { 16 "name": "Apple Intel", 17 "cpu": "Intel(R) Core(TM) i7-8700B CPU", 18 "memory": "64 GB RAM", 19 "description": "6 cores/12 threads" 20 }, 21 "apple-m1": { 22 "name": "Apple M1", 23 "cpu": "M1 3.2GHz 8-Core", 24 "memory": "16 GB RAM", 25 "description": "4 performance and 4 efficiency cores" 26 }, 27 "apple-m2": { 28 "name": "Apple M2", 29 "cpu": "M2 3.4GHz 12-Core ", 30 "memory": "24 GB RAM", 31 "description": "8 performance and 4 efficiency cores" 32 }, 33 "apple-m2-pro": { 34 "name": "Apple M2 Pro", 35 "cpu": "M2 Pro 3.4GHz 10-Core", 36 "memory": "32 GB RAM", 37 "description": "6 performance and 4 efficiency cores" 38 } 39 }, 40 "vm": { 41 "apple-0": { 42 "cpu": "3 cores", 43 "memory": "12 GB RAM" 44 }, 45 "apple-1": { 46 "cpu": "2 cores", 47 "memory": "8 GB RAM" 48 }, 49 "apple-2": { 50 "cpu": "4 cores", 51 "memory": "12 GB RAM" 52 }, 53 "apple-3": { 54 "cpu": "4 cores", 55 "memory": "22 GB RAM" 56 } 57 }, 58 "resources": { 59 "ios": { 60 "intel-medium": { 61 "name": "Intel Medium", 62 "symbol": "intel-medium", 63 "hardware": { 64 "apple-intel": { 65 "vm": "apple-0", 66 "extra": "2 builder VMs per host" 67 } 68 } 69 }, 70 "medium": { 71 "name": "Medium", 72 "symbol": "m-medium", 73 "hardware": { 74 "apple-m1": { 75 "vm": "apple-1", 76 "extra": "2 builder VMs per host" 77 } 78 } 79 }, 80 "large": { 81 "name": "Large", 82 "symbol": "large", 83 "hardware": { 84 "apple-m2": { 85 "vm": "apple-2", 86 "extra": "2 builder VMs per host" 87 }, 88 "apple-m2-pro": { 89 "vm": "apple-3", 90 "extra": "1 builder VMs per host" 91 } 92 } 93 } 94 }, 95 "android": { 96 "medium": { 97 "name": "Medium", 98 "symbol": "medium", 99 "hardware": { 100 "gcp-n2-standard-4": {} 101 } 102 }, 103 "large": { 104 "name": "Large", 105 "symbol": "large", 106 "hardware": { 107 "gcp-n2-standard-8": {} 108 } 109 } 110 } 111 } 112} 113