diff options
author | Alexander Neben <alexander.neben@mongodb.com> | 2022-10-03 16:49:44 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-10-03 18:44:58 +0000 |
commit | 83e32d1f56c53f9ec427158131f57fa0e5479a40 (patch) | |
tree | 2f9b14ba261af971d93eaf8271ca6d8526c63809 /jstests/aggregation | |
parent | de38a0768992b14b13a010f80a350bc5f7f1d942 (diff) | |
download | mongo-83e32d1f56c53f9ec427158131f57fa0e5479a40.tar.gz |
SERVER-69672 Reenabled debug mode variant
Diffstat (limited to 'jstests/aggregation')
-rw-r--r-- | jstests/aggregation/sources/setWindowFields/spill_to_disk.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/aggregation/sources/setWindowFields/spill_to_disk.js b/jstests/aggregation/sources/setWindowFields/spill_to_disk.js index 40eeb984f45..041c6e195e9 100644 --- a/jstests/aggregation/sources/setWindowFields/spill_to_disk.js +++ b/jstests/aggregation/sources/setWindowFields/spill_to_disk.js @@ -29,7 +29,7 @@ let smallPartitionSize = 6; let largePartitionSize = 21; setParameterOnAllHosts(DiscoverTopology.findNonConfigNodes(db.getMongo()), "internalDocumentSourceSetWindowFieldsMaxMemoryBytes", - avgDocSize * smallPartitionSize + 50); + avgDocSize * smallPartitionSize + 73); seedWithTickerData(coll, 10); |