From 80ff848a419b65ae578a382a24971a01d97f2eb0 Mon Sep 17 00:00:00 2001 From: Timothy Farkas Date: Thu, 21 Sep 2017 15:59:58 -0700 Subject: [PATCH] DRILL-5755 Reduced default number of batches kept in memory by the TopN operator. --- exec/java-exec/src/main/resources/drill-module.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/java-exec/src/main/resources/drill-module.conf b/exec/java-exec/src/main/resources/drill-module.conf index 4e7bbdbfc19..61350cfaa52 100644 --- a/exec/java-exec/src/main/resources/drill-module.conf +++ b/exec/java-exec/src/main/resources/drill-module.conf @@ -248,7 +248,7 @@ drill.exec: { } }, sort: { - purge.threshold : 1000, + purge.threshold : 10, external: { // Drill uses the managed External Sort Batch by default. // Set this to true to use the legacy, unmanaged version.