Skip to content

Commit

Permalink
Fix 128MB to 128MiB
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoki Sugiura <[email protected]>
  • Loading branch information
chez-shanpu committed Sep 19, 2024
1 parent d9f6ff1 commit 9440568
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile.dctest
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ deploy-function:
--runtime go121 \
--trigger-topic $(TOPIC_NAME) \
--set-env-vars GCP_PROJECT=$(GCP_PROJECT),CYBOZU_LOG_LEVEL=$(LOG_LEVEL) \
--memory 128MB \
--memory 128MiB \
--timeout 300s \
--service-account=$(SERVICE_FUNCTION_ACCOUNT_EMAIL)

Expand Down
4 changes: 2 additions & 2 deletions Makefile.instancedel
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ deploy-extend-function:
--runtime go121 \
--trigger-http \
--allow-unauthenticated \
--memory 128MB \
--memory 128MiB \
--timeout 300s \
--service-account=$(SERVICE_ACCOUNT_EMAIL)
gcloud functions add-iam-policy-binding extend \
Expand All @@ -78,7 +78,7 @@ deploy-shutdown-function:
--entry-point ShutdownEntryPoint \
--runtime go121 \
--trigger-topic $(TOPIC_NAME) \
--memory 128MB \
--memory 128MiB \
--timeout 300s \
--service-account=$(SERVICE_ACCOUNT_EMAIL)

Expand Down
2 changes: 1 addition & 1 deletion Makefile.slack
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ deploy-function:
--runtime go121 \
--trigger-topic $(TOPIC_NAME) \
--set-env-vars GCP_PROJECT=$(GCP_PROJECT),CYBOZU_LOG_LEVEL=$(LOG_LEVEL) \
--memory 128MB \
--memory 128MiB \
--service-account=$(SERVICE_ACCOUNT_EMAIL)

delete-function:
Expand Down

0 comments on commit 9440568

Please sign in to comment.