@@ -144,7 +144,7 @@ export function region(
144
144
* Configure runtime options for the function.
145
145
* @param runtimeOptions Object with optional fields:
146
146
* 1. `memory`: amount of memory to allocate to the function, possible values
147
- * are: '128MB', '256MB', '512MB', '1GB', and '2GB '.
147
+ * are: '128MB', '256MB', '512MB', '1GB', '2GB', and '4GB '.
148
148
* 2. `timeoutSeconds`: timeout for the function in seconds, possible values are
149
149
* 0 to 540.
150
150
* 3. `failurePolicy`: failure policy of the function, with boolean `true` being
@@ -188,7 +188,7 @@ export class FunctionBuilder {
188
188
* Configure runtime options for the function.
189
189
* @param runtimeOptions Object with optional fields:
190
190
* 1. `memory`: amount of memory to allocate to the function, possible values
191
- * are: '128MB', '256MB', '512MB', '1GB', and '2GB '.
191
+ * are: '128MB', '256MB', '512MB', '1GB', '2GB', and '4GB '.
192
192
* 2. `timeoutSeconds`: timeout for the function in seconds, possible values are
193
193
* 0 to 540.
194
194
* 3. `failurePolicy`: failure policy of the function, with boolean `true` being
0 commit comments