From ce4d9c6bc2ec41a6647e0abbe3a07e024540884e Mon Sep 17 00:00:00 2001 From: marta-lokhova Date: Tue, 3 Dec 2024 10:30:01 -0800 Subject: [PATCH] Bump container memory limit --- src/FSLibrary/StellarKubeSpecs.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FSLibrary/StellarKubeSpecs.fs b/src/FSLibrary/StellarKubeSpecs.fs index caf58cf..067f2bd 100644 --- a/src/FSLibrary/StellarKubeSpecs.fs +++ b/src/FSLibrary/StellarKubeSpecs.fs @@ -142,7 +142,7 @@ let SimulatePubnetTier1PerfCoreResourceRequirements : V1ResourceRequirements = // Tier1 perf simulation is interested in "how fast can we go in practice" // which means configuring the nodes like a real operator would: 1-4 vCPU // and 128MB-2GB RAM. - makeResourceRequirements 500 128 4000 4000 + makeResourceRequirements 500 128 4000 6000 let ParallelCatchupCoreResourceRequirements : V1ResourceRequirements = // When doing parallel catchup, we give each container