You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/06/11 19:47:12 UTC

[GitHub] [arrow] pitrou commented on pull request #7408: ARROW-9110: [C++] Fix CPU cache size detection on macOS

pitrou commented on pull request #7408:
URL: https://github.com/apache/arrow/pull/7408#issuecomment-642892636


   To avoid parsing, you could query those instead:
   ```
   $ sysctl hw.l1dcachesize
   hw.l1dcachesize: 32768
   $ sysctl hw.l2cachesize
   hw.l2cachesize: 262144
   $ sysctl hw.l3cachesize
   hw.l3cachesize: 12582912
   ```


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

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