@@ -277,7 +277,7 @@ export function region(
277
277
* Configure runtime options for the function.
278
278
* @param runtimeOptions Object with optional fields:
279
279
* 1. `memory`: amount of memory to allocate to the function, possible values
280
- * are: '128MB', '256MB', '512MB', '1GB', '2GB', and '4GB '.
280
+ * are: '128MB', '256MB', '512MB', '1GB', '2GB', '4GB', and '8GB '.
281
281
* 2. `timeoutSeconds`: timeout for the function in seconds, possible values are
282
282
* 0 to 540.
283
283
* 3. `failurePolicy`: failure policy of the function, with boolean `true` being
@@ -321,7 +321,7 @@ export class FunctionBuilder {
321
321
* Configure runtime options for the function.
322
322
* @param runtimeOptions Object with optional fields:
323
323
* 1. `memory`: amount of memory to allocate to the function, possible values
324
- * are: '128MB', '256MB', '512MB', '1GB', '2GB', and '4GB '.
324
+ * are: '128MB', '256MB', '512MB', '1GB', '2GB', '4GB', and '8GB '.
325
325
* 2. `timeoutSeconds`: timeout for the function in seconds, possible values are
326
326
* 0 to 540.
327
327
* 3. `failurePolicy`: failure policy of the function, with boolean `true` being
0 commit comments