-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-1123: Make jemalloc the default allocator #761
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Change-Id: Ib03392431851773df3b59b2c9a4d9a7bd672d2cb
Change-Id: I1638282390f8f982eb1232de1cd3bfee3cb876d9
Change-Id: I862649f615e20cf98369f7dcbff89594686ff7c5
Change-Id: I7a847fec4e6f571311e52c35e52585ce1a8b2908
wesm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 modulo comment re: clang on Linux
| jemalloc_shared | ||
| ) | ||
| else() | ||
| if (CMAKE_COMPILER_IS_GNUCXX) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this impact clang on Linux?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure about that. I think it mostly impacts glibc versions that are installed on CentOS 5 and Ubuntu 12.04. On these ancient systems, I don't think we could build arrow using clang, thus I would not further investigate if this is specific to glibc or glibc+gcc.
Change-Id: I93c4c9e724830805836fb5923b251dd831093d17
Change-Id: I0d6c69f0b47a1379b0be85be89e909b776c12678
This reverts commit 44f0cfc.
Change-Id: I0bb5e3f58eb2cd1ab0a82b5cae476c95df94b4a9
Change-Id: I335cc9cb8ee3f621f045c8e06adc3ef26c863657
|
Looks like this may be failing for only cpplint |
Change-Id: Ibd1e82c276c84de2bda03bf979870b081f6b9147
Change-Id: I98035ab8b975bbe9fe8e51969cdabbab7c8b42e8
|
Everything is fine expect some internals in gtest are broken with jemalloc. At the moment I'm not sure if the culprit is |
|
Green build: https://travis-ci.org/xhochy/arrow/builds/245418595 |
wesm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
Change-Id: Ib03392431851773df3b59b2c9a4d9a7bd672d2cb