Skip to content

Commit

Permalink
Merge pull request #159 from sisuresh/mem
Browse files Browse the repository at this point in the history
Increase parallel catchup memory burst limit for incoming BucketsDB optimization
  • Loading branch information
marta-lokhova committed Apr 19, 2024
2 parents d5c7ee5 + d0f2652 commit a2e09c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FSLibrary/StellarKubeSpecs.fs
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ let SimulatePubnetTier1PerfCoreResourceRequirements : V1ResourceRequirements =

let ParallelCatchupCoreResourceRequirements : V1ResourceRequirements =
// When doing parallel catchup, we give each container
// 1200MB RAM, 0.25 vCPUs, and 35 GB of disk bursting to 2vCPU, 1500MB and 40 GB
makeResourceRequirementsWithStorageLimit 250 1200 2000 1500 35 40
// 1200MB RAM, 0.25 vCPUs, and 35 GB of disk bursting to 2vCPU, 4500MB and 40 GB
makeResourceRequirementsWithStorageLimit 250 1200 2000 4500 35 40

let NonParallelCatchupCoreResourceRequirements : V1ResourceRequirements =
// When doing non-parallel catchup, we give each container
Expand Down

0 comments on commit a2e09c7

Please sign in to comment.