Skip to content

Commit a2b9e73

Browse files
yamahitsujiYamahitsuji
and
Yamahitsuji
authored
add 8GB to memory option doc (#1129)
Co-authored-by: Yamahitsuji <[email protected]>
1 parent e42fe3a commit a2b9e73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/function-builder.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)