-
Notifications
You must be signed in to change notification settings - Fork 615
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added bloom filter preallocation in GJ
As mentioned here: #13349 GraceJoin fails with memlimit when trying to allocate memory for bloom filters. This PR adds these filters to pre-allocation so we can enable spilling in case of low memory commit_hash:107ea78fdfeee8f3422818ada96af8d3763e6849
- Loading branch information
1 parent
eaa19c6
commit c66255b
Showing
2 changed files
with
22 additions
and
5 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