Skip to content

Commit 1754ed4

Browse files
authored
update railway toml file (#1378)
1 parent 9acc594 commit 1754ed4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

railway.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ nixpacksConfigPath = "nixpacks.toml"
66
[deploy]
77
runtime = "V2"
88
numReplicas = 1
9-
limitOverride = { containers = { cpu = 2, memoryBytes = 1000000000}}
9+
limitOverride = { containers = { cpu = 2, memoryBytes = 2000000000}}
1010
sleepApplication = false
1111
multiRegionConfig = {"us-east4-eqdc4a" = {"numReplicas" = 1}}
1212
restartPolicyType = "ON_FAILURE"
@@ -15,7 +15,7 @@ restartPolicyMaxRetries = 5
1515
[environments.pr.deploy]
1616
sleepApplication = true
1717
numReplicas = 1
18-
limitOverride = { containers = { cpu = 1, memoryBytes = 500000000 } }
18+
limitOverride = { containers = { cpu = 1, memoryBytes = 1000000000 } }
1919

2020
[environments.production.deploy]
2121
multiRegionConfig = {"us-east4-eqdc4a" = {"numReplicas" = 2}}

0 commit comments

Comments
 (0)