@@ -277,7 +277,7 @@ export function region(
277277 * Configure runtime options for the function.
278278 * @param runtimeOptions Object with optional fields:
279279 * 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 '.
281281 * 2. `timeoutSeconds`: timeout for the function in seconds, possible values are
282282 * 0 to 540.
283283 * 3. `failurePolicy`: failure policy of the function, with boolean `true` being
@@ -321,7 +321,7 @@ export class FunctionBuilder {
321321 * Configure runtime options for the function.
322322 * @param runtimeOptions Object with optional fields:
323323 * 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 '.
325325 * 2. `timeoutSeconds`: timeout for the function in seconds, possible values are
326326 * 0 to 540.
327327 * 3. `failurePolicy`: failure policy of the function, with boolean `true` being
0 commit comments