Skip to content

Commit

Permalink
Scale ark nova worker to 2gb ram (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaldengeki authored Aug 5, 2024
1 parent 5c89e9f commit 84b6ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ark_nova_stats/worker/fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ primary_region = 'ewr'
image = 'shaldengeki/ark-nova-stats-worker:latest'

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

0 comments on commit 84b6ce9

Please sign in to comment.