Skip to content

Commit 65300d3

Browse files
authored
docs: corrected readme example for memory format (#458)
Smallest update in history... memory format in readme showed an example as 1024Gib. The b is not allowed in gcloud so have removed for accuracy. <!-- Thank you for proposing a pull request! Please note that SOME TESTS WILL LIKELY FAIL due to how GitHub exposes secrets in Pull Requests from forks. Someone from the team will review your Pull Request and respond. Please describe your change and any implementation details below. --> Signed-off-by: richw-kai <96179977+richw-kai@users.noreply.github.com>
1 parent d24512c commit 65300d3

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)