You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "pitrou (via GitHub)" <gi...@apache.org> on 2023/06/22 11:13:19 UTC

[GitHub] [arrow] pitrou commented on pull request #36230: GH-36200: [CI][Docs] Avoid "No space left on device"

pitrou commented on PR #36230:
URL: https://github.com/apache/arrow/pull/36230#issuecomment-1602457889

   @kou The C++ build directory takes more than 8GB in this build, which is insane (partly due to building bundled gRPC and google-cloud-cpp with *static* libraries).
   
   This can be trimmed down significantly by reducing the size of debug information (which isn't very useful on CI anyway). If I do:
   ```
   export ARROW_C_FLAGS_DEBUG=-g1
   export ARROW_CXX_FLAGS_DEBUG=-g1
   ```
   then the size of the build directory goes down from 8GB to 5GB...
   
   We should probably do so on all gcc-based builds.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org