Skip to content

Commit 43da23e

Browse files
authored
docs: corrected readme example for memory format
Memory format in readme showed an example as 1024Gib. The b is not allowed in gcloud Signed-off-by: richw-kai <96179977+richw-kai@users.noreply.github.com>
1 parent a1b035e commit 43da23e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193

194194
- <a name="memory"></a><a href="#user-content-memory"><code>memory</code></a>: _(Optional)_ The amount of memory available for the function to use. Allowed values are
195195
of the format: <number><unit> with allowed units of "k", "M", "G", "Ki",
196-
"Mi", "Gi" (e.g 128M, 10Mb, 1024Gib).
196+
"Mi", "Gi" (e.g 128M, 10Mb, 1024Gi).
197197

198198
For all generations, the default value is 256MB of memory.
199199

0 commit comments

Comments
 (0)