kou commented on code in PR #39975:
URL: https://github.com/apache/arrow/pull/39975#discussion_r1482279540
##########
docker-compose.yml:
##########
@@ -330,6 +330,8 @@ services:
ARROW_USE_LD_GOLD: "ON"
BUILD_WARNING_LEVEL: "PRODUCTION"
ARROW_CTEST_TIMEOUT: 500
+ # GH-39973: Do not use debug memory pool for valgrind
+ ARROW_DEBUG_MEMORY_POOL: "none"
Review Comment:
Could you keep this list in alphabetical order?
##########
docker-compose.yml:
##########
@@ -613,6 +615,8 @@ services:
# 1 GB isn't enough for a single sanitizer build
CCACHE_MAXSIZE: 2G
Protobuf_SOURCE: "AUTO"
+ # GH-39973: Do not use debug memory pool for ASAN
+ ARROW_DEBUG_MEMORY_POOL: "none"
Review Comment:
Could you keep this list in alphabetical order?
--
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]