Update primary region and memory configuration

Changed primary region from 'iad' to 'nrt' and updated memory settings.

lemon-mint committed Dec 30, 2025 at 20:23 UTC adf01a69d5015085d42fa1e23ae3f7060b9ae1ef
1 file changed +3 -3
fly.toml
+3 -3
@@ -4,7 +4,7 @@
4 #
5
6 app = 'gosuda-portal'
7 -primary_region = 'iad'
7 +primary_region = 'nrt'
8
9 [build]
10
@@ -17,7 +17,7 @@ primary_region = 'iad'
17 processes = ['app']
18
19 [[vm]]
20 - memory = '1gb'
20 + memory = '256mb'
21 cpu_kind = 'shared'
22 cpus = 1
23 - memory_mb = 1024
23 + memory_mb = 256