Skip to content

Commit bfc351d

Browse files
committed
modify initial morph_project.yml
1 parent 3c944f0 commit bfc351d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/morph/config/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def dump_project_yaml(project: MorphProject) -> str:
110110
deployment_aws_memory = "1024"
111111
deployment_aws_timeout = "300"
112112
deployment_aws_concurrency = "1"
113-
deployment_aws_ephemeral_storage = "512Mi"
113+
deployment_aws_ephemeral_storage = "512"
114114
deployment_aws_provisioned_concurrency = "0"
115115
deployment_gcp_region = "us-central1"
116116
deployment_gcp_memory = "1Gi"

0 commit comments

Comments
 (0)