Skip to content

Commit

Permalink
W-16093303: Adjust sort parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzxu-crm committed Jun 28, 2024
1 parent 7fe0924 commit de53158
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ class SystemSort implements StagingFilesSort

private final long timeoutInSeconds;

private long bufSizeKb = 1048576;
private long bufSizeKb = 8388608; // 8GiB
private String tmpDir = "/tmp";
private int parallel = 2;
private int parallel = 4;

SystemSort()
{
Expand Down

0 comments on commit de53158

Please sign in to comment.