pitrou commented on issue #46600:
URL: https://github.com/apache/arrow/issues/46600#issuecomment-2915420681

   Some observations:
   * the "large memory" test in `arrow-array-test` (actually 
`array_list_test.cc`) perhaps doesn't deserve to be marked as such
   * `parquet-arrow-test` is extremely slow in debug mode without 
optimizations; because of this, we need to enable either `-Og` (faster) or 
`-O1` (even faster)
   * the tests all fit in less than 32 GB, though 64 GB would be more 
comfortable IMHO
   


-- 
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-unsubscr...@arrow.apache.org

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

Reply via email to