nesyamun commented on issue #10929: URL: https://github.com/apache/arrow/issues/10929#issuecomment-899213718
Thanks everyone for your help! > Can you share your Dockerfile so I can try and reproduce? Unfortunately I can't as it's used at work. > If you don't want to install Arrow from source you can try using the environment variable `ARROW_DEFAULT_MEMORY_POOL` to switch to a different allocator: This doesn't seem to help either. Here's a log snippet where I've echoed and grepped the container's environment to check that it's set properly: ``` [2021-08-16T03:16:17Z] ARROW_DEFAULT_MEMORY_POOL=system SNIP [2021-08-16T03:16:18Z] <jemalloc>: Unsupported system page size ``` Now I'm wondering if something else except for Arrow is using jemalloc > Did you make sure to subscribe to the mailing list before you sent your message? The mailing list will ignore emails from unsubscribed users. If you're pretty confident you subscribed then email me at weston dot pace at gmail dot com (remove spaces and replace `dot` with `.` and `at` with `@`) so I can get your email. Yes, I overlooked subscribing to the mailing list. I have now. Thanks! > Yes, I'm doing that with --with-lg-page=14 in the OSX case. I'll trying build a wheel and/or installing jemalloc from source. Thanks! -- 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]
