Skip to content

Commit

Permalink
Limit XMX and XMS to avoid getting killed
Browse files Browse the repository at this point in the history
  • Loading branch information
daddykotex committed Nov 30, 2023
1 parent 892567b commit a583ee4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ kill_timeout = 5
[build]
image = "registry.fly.io/morning-bird-7081:latest"

[env]
JAVA_OPTS = "-Xms192m -Xmx192m"

[experimental]
auto_rollback = true

Expand Down

0 comments on commit a583ee4

Please sign in to comment.