mirror of
https://github.com/by-jp/www.byjp.me.git
synced 2025-08-09 05:36:07 +01:00
Only need a small fly instance for byjp.cc
This commit is contained in:
parent
5d6b81e13b
commit
1ba40fea73
1 changed files with 1 additions and 1 deletions
2
fly.toml
2
fly.toml
|
@ -30,6 +30,6 @@ primary_region = 'lhr'
|
||||||
port = 1965
|
port = 1965
|
||||||
|
|
||||||
[[vm]]
|
[[vm]]
|
||||||
memory = '1gb'
|
memory = '512mb'
|
||||||
cpu_kind = 'shared'
|
cpu_kind = 'shared'
|
||||||
cpus = 1
|
cpus = 1
|
||||||
|
|
Loading…
Reference in a new issue