This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use arrow-unsafe allocator by default
This patch makes arrow-unsafe allocator as default profile arrow-netty will instance netty memory pool to reduce the alloc/dealloc overhead which introduced big memory footprint. local perf tests showed the performace is not heavily impacted after switch to arrow-unsafe one more benefit is we could remove the -XX:MaxDirectMemorySize flag which also impacts the vanilla Spark memory usage Signed-off-by: Yuan Zhou <[email protected]>
- Loading branch information
Showing
2 changed files
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters