Skip to content

Commit fedad4e

Browse files
committed
fixup! Add cache configuration
1 parent 21e3f9b commit fedad4e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

master/master.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@ c["configurators"] = [
110110
)
111111
]
112112

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

0 commit comments

Comments
 (0)