Skip to content

Commit 98cec41

Browse files
emmaling27Convex, Inc.
authored andcommitted
Reduce fly resources for dashboard (#34032)
Now that we are using a production build in the dashboard we don't need to use as much RAM on the fly machine. GitOrigin-RevId: 5d6cb81cf96a0869710af21081d0dc84897a39fe
1 parent f760bd3 commit 98cec41

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

self-hosted/dashboard/fly.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ handlers = ["tls", "http"]
2626
port = 443
2727

2828
[[vm]]
29-
# TODO: Reduce this once dashboard Dockerfile is cleaned up.
30-
memory = '4gb'
31-
cpu_kind = 'performance'
29+
memory = '1gb'
30+
cpu_kind = 'shared'
3231
cpus = 1

0 commit comments

Comments
 (0)