pitrou opened a new pull request, #35738:
URL: https://github.com/apache/arrow/pull/35738

   ASAN + UBSAN massively increase the generated code size.
   
   The default compile cache size (1 GB) wasn't sufficient to hold all 
generated outputs, therefore the cache hit rate would be close to 0% (a cached 
object would be evicted before the first time it could be requested again).
   
   Also, save 5GB in the build directory by disabling static libraries.
   


-- 
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]

Reply via email to