We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9acc594 commit 1754ed4Copy full SHA for 1754ed4
1 file changed
railway.toml
@@ -6,7 +6,7 @@ nixpacksConfigPath = "nixpacks.toml"
6
[deploy]
7
runtime = "V2"
8
numReplicas = 1
9
-limitOverride = { containers = { cpu = 2, memoryBytes = 1000000000}}
+limitOverride = { containers = { cpu = 2, memoryBytes = 2000000000}}
10
sleepApplication = false
11
multiRegionConfig = {"us-east4-eqdc4a" = {"numReplicas" = 1}}
12
restartPolicyType = "ON_FAILURE"
@@ -15,7 +15,7 @@ restartPolicyMaxRetries = 5
15
[environments.pr.deploy]
16
sleepApplication = true
17
18
-limitOverride = { containers = { cpu = 1, memoryBytes = 500000000 } }
+limitOverride = { containers = { cpu = 1, memoryBytes = 1000000000 } }
19
20
[environments.production.deploy]
21
multiRegionConfig = {"us-east4-eqdc4a" = {"numReplicas" = 2}}
0 commit comments