Skip to content

Commit

Permalink
feat: try running MC server with less memory
Browse files Browse the repository at this point in the history
  • Loading branch information
Addono committed Aug 18, 2024
1 parent aa0fb26 commit e5fa0e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ kill_timeout = '5s'
AUTOSTOP_TIMEOUT_INIT = '120'
ENABLE_AUTOSTOP = 'TRUE'
EULA = 'TRUE'
MEMORY = '1G'
MEMORY = '800M'
SERVER_PORT = '25565'
VERSION = '1.21.1'

Expand All @@ -39,6 +39,6 @@ kill_timeout = '5s'
soft_limit = 20

[[vm]]
memory = '2gb'
memory = '1gb'
cpu_kind = 'shared'
cpus = 2

0 comments on commit e5fa0e8

Please sign in to comment.