Skip to content

Commit

Permalink
Revert the 4_GB to 30_GB change (belongs to different PR)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannah Bast committed Dec 10, 2024
1 parent 44bbb56 commit 94dae52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index/CompressedRelation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1332,7 +1332,7 @@ auto CompressedRelationWriter::createPermutationPair(
// TODO<joka921> Use `CALL_FIXED_SIZE`.
ad_utility::CompressedExternalIdTableSorter<decltype(compare), 0>
twinRelationSorter(basename + ".twin-twinRelationSorter", numColumns,
30_GB, alloc);
4_GB, alloc);

DistinctIdCounter distinctCol1Counter;
auto addBlockForLargeRelation = [&numBlocksCurrentRel, &writer1,
Expand Down

0 comments on commit 94dae52

Please sign in to comment.