Overlay: Increase size limit for cached overlay base database by kaspersv · Pull Request #3098 · github/codeql-action (original) (raw)
This PR increases the size limit imposed on (uncompressed) overlay base databases for uploading to the Actions Cache from 6GB to 15GB. With an expected compression ratio of 2.5:1 the 15GB uncompressed limit translates into an effective 6GB limit.
Overlay analysis is currently limited to the github and dsp-testing orgs and controlled by feature flags (codeql_action_overlay_analysis_*). This size limit will be revisited before removing the restriction to the github and dsp-testing org.
Risk assessment
Low risk: Overlay analysis is under feature flags and restricted to the github and dsp-testing orgs.