Skip to content

Commit

Permalink
fixup! Add cache configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
zware committed Feb 18, 2025
1 parent 21e3f9b commit fedad4e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions master/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ c["configurators"] = [
)
]

# Note: these cache values are not currently tuned in any meaningful way.
# Some are taken straight from the buildbot docs at
# https://docs.buildbot.net/4.2.1/manual/configuration/global.html#caches
# and others are just guesses. For now, they're mostly meant to see if
# there's any appreciable impact on performance or memory usage.
c["caches"] = {
"Changes": 100,
"Builds": 500,
Expand Down

0 comments on commit fedad4e

Please sign in to comment.