1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Thu Jun 2 08:41:25 UTC 2022

This commit is contained in:
Automated 2022-06-02 08:41:25 +00:00
parent 5b5ff68a0d
commit 82063cbb03
Failed to extract signature
153 changed files with 3508 additions and 223 deletions

View file

@ -135,8 +135,16 @@ FLAGS
--memory=MEMORY
Limit on the amount of memory the function can use.
Allowed values are: 128MB, 256MB, 512MB, 1024MB, 2048MB, 4096MB, and
8192MB. By default, a new function is limited to 256MB of memory. When
Allowed values for v1 are: 128MB, 256MB, 512MB, 1024MB, 2048MB, 4096MB,
and 8192MB.
Allowed values for GCF 2nd gen are in the format: <number><unit> with
allowed units of "k", "M", "G", "Ki", "Mi", "Gi". Ending 'b' or 'B' is
allowed.
Examples: 100000k, 128M, 10Mb, 1024Mi, 750K, 4Gi.
By default, a new function is limited to 256MB of memory. When
deploying an update to an existing function, the function keeps its old
memory limit unless you specify this flag.
@ -280,8 +288,12 @@ FLAGS
--timeout=TIMEOUT
The function execution timeout, e.g. 30s for 30 seconds. Defaults to
original value for existing function or 60 seconds for new functions.
Cannot be more than 540s. See $ gcloud topic datetimes for information
on duration formats.
For GCF 1st gen functions, cannot be more than 540s.
For GCF 2nd gen functions, cannot be more than 3600s.
See $ gcloud topic datetimes for information on duration formats.
--trigger-location=TRIGGER_LOCATION
The location of the trigger, which must be a region or multi-region