Skip to content

Commit 4c6ae6f

Browse files
committed
Optimize atheme services resource allocation to 512MB
- Reduce atheme from 1GB to 512MB RAM - Atheme services are lightweight (NickServ, ChanServ, etc.) with external PostgreSQL - No local database overhead, just IRC service processes and PostgreSQL client connections - Final allocation: 9RL=1GB (hub), 1EU=512MB (leaf), atheme=512MB (services) - Provides cost-effective resource allocation matched to actual workload requirements
1 parent eeeb284 commit 4c6ae6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

servers/magnet-atheme/fly.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ app = "magnet-atheme"
55
primary_region = "ord"
66

77
[vm]
8-
memory = "1gb"
8+
memory = "512mb"
99
cpus = 1
1010

1111
[build]

t/00-infrastructure.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ my %EXPECTED_APPS = (
2424
},
2525
'magnet-atheme' => {
2626
region => 'ord',
27-
memory => '1gb',
27+
memory => '512mb',
2828
cpus => 1,
2929
volume_size => 3,
3030
ports => [8080],

0 commit comments

Comments
 (0)