Skip to content

Commit

Permalink
fix: increase memory for surreal vm
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbchron committed Aug 26, 2024
1 parent a1a226b commit 5003198
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ kill_timeout = "5s"
memory = "512MB"
processes = ["app"]

[[vm]]
size = "shared-cpu-1x"
memory = "512MB"
processes = ["surreal"]

[env]
SURREAL_WS_URL = "picturepro-mono.internal:8000"
# these are fine in plain text because surreal is not exposed
Expand Down

0 comments on commit 5003198

Please sign in to comment.