save-buffer commented on code in PR #13669:
URL: https://github.com/apache/arrow/pull/13669#discussion_r926999451
##########
cpp/src/arrow/memory_pool_internal.h:
##########
@@ -26,7 +26,7 @@ namespace memory_pool {
namespace internal {
-static constexpr size_t kAlignment = 64;
+static constexpr size_t kAlignment = 512;
Review Comment:
Yeah I was going to add the option later (I wanted to change it to this for
now just so I could test other stuff).
--
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]