@@ -25,6 +25,10 @@ final class ProjectEnvironment
2525 * West (Oregon), Canada (Central), EU (Ireland), EU (London), EU (Frankfurt), Asia Pacific (Tokyo), Asia Pacific
2626 * (Seoul), Asia Pacific (Singapore), Asia Pacific (Sydney) , China (Beijing), and China (Ningxia).
2727 *
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+ *
2832 * - The environment types `WINDOWS_CONTAINER` and `WINDOWS_SERVER_2019_CONTAINER` are available only in regions US East
2933 * (N. Virginia), US East (Ohio), US West (Oregon), and EU (Ireland).
3034 *
@@ -62,6 +66,23 @@ final class ProjectEnvironment
6266 * - `BUILD_GENERAL1_LARGE`: Use up to 16 GB memory and 8 vCPUs for builds, depending on your environment type.
6367 * - `BUILD_GENERAL1_2XLARGE`: Use up to 145 GB memory, 72 vCPUs, and 824 GB of SSD storage for builds. This compute
6468 * 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.
6586 *
6687 * If you use `BUILD_GENERAL1_LARGE`:
6788 *
0 commit comments