Skip to content

Commit

Permalink
Make spill heuristic 1 TB by default (#1488)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhushukla authored Jan 7, 2025
1 parent 87f7e65 commit 21c0ab9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2024, NVIDIA CORPORATION.
# Copyright (c) 2024-2025, NVIDIA CORPORATION.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -333,7 +333,7 @@ local:
columns:
- 'stageId'
- 'SQL Nodes(IDs)'
spillThresholdBytes: !ENV ${RAPIDS_USER_TOOLS_SPILL_BYTES_THRESHOLD:10737418240}
spillThresholdBytes: !ENV ${RAPIDS_USER_TOOLS_SPILL_BYTES_THRESHOLD:1099511627776}
allowedExecs:
- 'Aggregate'
- 'Join'
Expand Down

0 comments on commit 21c0ab9

Please sign in to comment.