Skip to content

Commit

Permalink
Merge pull request #151 from cybozu-go/mb-mib
Browse files Browse the repository at this point in the history
Fix 128MB to 128MiB
  • Loading branch information
chez-shanpu authored Sep 19, 2024
2 parents d9f6ff1 + 9440568 commit f3636fe
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 f3636fe

Please sign in to comment.