Skip to content

Commit

Permalink
Merge pull request #229 from marta-lokhova/cointainerLimitMaxTPS
Browse files Browse the repository at this point in the history
Bump container memory limit
  • Loading branch information
sisuresh authored Dec 3, 2024
2 parents e6a79c3 + ce4d9c6 commit edf62fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FSLibrary/StellarKubeSpecs.fs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit edf62fb

Please sign in to comment.