From 43da23eafd72fcc0f7b0f586915ba151fde237b0 Mon Sep 17 00:00:00 2001 From: richw-kai <96179977+richw-kai@users.noreply.github.com> Date: Fri, 23 May 2025 21:23:04 +0100 Subject: [PATCH] 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> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc99ddc..0c22789 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ jobs: - memory: _(Optional)_ The amount of memory available for the function to use. Allowed values are of the format: with allowed units of "k", "M", "G", "Ki", - "Mi", "Gi" (e.g 128M, 10Mb, 1024Gib). + "Mi", "Gi" (e.g 128M, 10Mb, 1024Gi). For all generations, the default value is 256MB of memory.