File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,22 @@ 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. 
118+ c ["caches" ] =  {
119+     "Changes" : 100 ,
120+     "Builds" : 500 ,
121+     "chdicts" : 100 ,
122+     "BuildRequests" : 100 ,
123+     "SourceStamps" : 200 ,
124+     "ssdicts" : 200 ,
125+     "objectids" : 10 ,
126+     "usdicts" : 100 ,
127+ }
128+ 
113129# workers are set up in workers.py 
114130c ["workers" ] =  [w .bb_worker  for  w  in  WORKERS ]
115131
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments