diff --git a/Makefile.dctest b/Makefile.dctest index 2a46b19..284ff7a 100644 --- a/Makefile.dctest +++ b/Makefile.dctest @@ -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) diff --git a/Makefile.instancedel b/Makefile.instancedel index 1ad509b..8a08818 100644 --- a/Makefile.instancedel +++ b/Makefile.instancedel @@ -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 \ @@ -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) diff --git a/Makefile.slack b/Makefile.slack index c6c0e44..ce3a259 100644 --- a/Makefile.slack +++ b/Makefile.slack @@ -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: