@@ -25,6 +25,10 @@ final class ProjectEnvironment
25
25
* West (Oregon), Canada (Central), EU (Ireland), EU (London), EU (Frankfurt), Asia Pacific (Tokyo), Asia Pacific
26
26
* (Seoul), Asia Pacific (Singapore), Asia Pacific (Sydney) , China (Beijing), and China (Ningxia).
27
27
*
28
+ * - The environment types `ARM_LAMBDA_CONTAINER` and `LINUX_LAMBDA_CONTAINER` are available only in regions US East (N.
29
+ * Virginia), US East (Ohio), US West (Oregon), Asia Pacific (Mumbai), Asia Pacific (Singapore), Asia Pacific
30
+ * (Sydney), Asia Pacific (Tokyo), EU (Frankfurt), EU (Ireland), and South America (São Paulo).
31
+ *
28
32
* - The environment types `WINDOWS_CONTAINER` and `WINDOWS_SERVER_2019_CONTAINER` are available only in regions US East
29
33
* (N. Virginia), US East (Ohio), US West (Oregon), and EU (Ireland).
30
34
*
@@ -62,6 +66,23 @@ final class ProjectEnvironment
62
66
* - `BUILD_GENERAL1_LARGE`: Use up to 16 GB memory and 8 vCPUs for builds, depending on your environment type.
63
67
* - `BUILD_GENERAL1_2XLARGE`: Use up to 145 GB memory, 72 vCPUs, and 824 GB of SSD storage for builds. This compute
64
68
* type supports Docker images up to 100 GB uncompressed.
69
+ * - `BUILD_LAMBDA_1GB`: Use up to 1 GB memory for builds. Only available for environment type `LINUX_LAMBDA_CONTAINER`
70
+ * and `ARM_LAMBDA_CONTAINER`.
71
+ * - `BUILD_LAMBDA_2GB`: Use up to 2 GB memory for builds. Only available for environment type `LINUX_LAMBDA_CONTAINER`
72
+ * and `ARM_LAMBDA_CONTAINER`.
73
+ * - `BUILD_LAMBDA_4GB`: Use up to 4 GB memory for builds. Only available for environment type `LINUX_LAMBDA_CONTAINER`
74
+ * and `ARM_LAMBDA_CONTAINER`.
75
+ * - `BUILD_LAMBDA_8GB`: Use up to 8 GB memory for builds. Only available for environment type `LINUX_LAMBDA_CONTAINER`
76
+ * and `ARM_LAMBDA_CONTAINER`.
77
+ * - `BUILD_LAMBDA_10GB`: Use up to 10 GB memory for builds. Only available for environment type
78
+ * `LINUX_LAMBDA_CONTAINER` and `ARM_LAMBDA_CONTAINER`.
79
+ *
80
+ * If you use `BUILD_GENERAL1_SMALL`:
81
+ *
82
+ * - For environment type `LINUX_CONTAINER`, you can use up to 3 GB memory and 2 vCPUs for builds.
83
+ * - For environment type `LINUX_GPU_CONTAINER`, you can use up to 16 GB memory, 4 vCPUs, and 1 NVIDIA A10G Tensor Core
84
+ * GPU for builds.
85
+ * - For environment type `ARM_CONTAINER`, you can use up to 4 GB memory and 2 vCPUs on ARM-based processors for builds.
65
86
*
66
87
* If you use `BUILD_GENERAL1_LARGE`:
67
88
*
0 commit comments