pitrou opened a new pull request, #51259: URL: https://github.com/apache/arrow/pull/51259
### Rationale for this change When trying to analyze the compilation caching behavior on https://github.com/apache/arrow/pull/51255, I realized that our maximum ccache size of 1GB had become too small for some builds. The result is that a single build cannot be cached in its entirety, making identical rebuilds costlier than they should be. ### What changes are included in this PR? Bump ccache max size to 1.5 GB. ### Are these changes tested? Yes, by existing builds. ### Are there any user-facing changes? No. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
