Skip to content

Commit

Permalink
add 8GB to memory option doc (#1129)
Browse files Browse the repository at this point in the history
Co-authored-by: Yamahitsuji <yagi.yusei@classmethod.jp>
  • Loading branch information
yamahitsuji and Yamahitsuji committed Jun 14, 2022
1 parent e42fe3a commit a2b9e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/function-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ export function region(
* Configure runtime options for the function.
* @param runtimeOptions Object with optional fields:
* 1. `memory`: amount of memory to allocate to the function, possible values
* are: '128MB', '256MB', '512MB', '1GB', '2GB', and '4GB'.
* are: '128MB', '256MB', '512MB', '1GB', '2GB', '4GB', and '8GB'.
* 2. `timeoutSeconds`: timeout for the function in seconds, possible values are
* 0 to 540.
* 3. `failurePolicy`: failure policy of the function, with boolean `true` being
Expand Down Expand Up @@ -321,7 +321,7 @@ export class FunctionBuilder {
* Configure runtime options for the function.
* @param runtimeOptions Object with optional fields:
* 1. `memory`: amount of memory to allocate to the function, possible values
* are: '128MB', '256MB', '512MB', '1GB', '2GB', and '4GB'.
* are: '128MB', '256MB', '512MB', '1GB', '2GB', '4GB', and '8GB'.
* 2. `timeoutSeconds`: timeout for the function in seconds, possible values are
* 0 to 540.
* 3. `failurePolicy`: failure policy of the function, with boolean `true` being
Expand Down

0 comments on commit a2b9e73

Please sign in to comment.