diff --git a/fly.toml b/fly.toml index a8d6fae..c22763e 100644 --- a/fly.toml +++ b/fly.toml @@ -5,6 +5,9 @@ primary_region = "sjc" [build] dockerfile = "Dockerfile" +[[vm]] + memory = "512mb" + [http_service] internal_port = 8080 force_https = true