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 de53158 commit e2b1223
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 = 8388608; // 8GiB
private long bufSizeKb = 1048576; // 1GiB
private String tmpDir = "/tmp";
private int parallel = 4;
private int parallel = 2;

SystemSort()
{
Expand Down

0 comments on commit e2b1223

Please sign in to comment.