Skip to content

Commit 1a9c451

Browse files
committed
Decrease worker count to avoid memory issue
1 parent 3946d53 commit 1a9c451

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

fly.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ kill_timeout = 5
44
processes = []
55

66
[build]
7-
image = "steamcmd/api:production"
7+
image = "steamcmd/api:latest"
88

99
[env]
1010
PORT = "8000"
11+
WORKERS = "1"
1112

1213
[experimental]
1314
auto_rollback = true

0 commit comments

Comments
 (0)