From 37f26f5fc6662d1302276253e9e587e529510258 Mon Sep 17 00:00:00 2001 From: jason-price-mongodb Date: Wed, 3 Nov 2021 13:41:33 -0700 Subject: [PATCH] DOCS-14887 wired tiger transaction limit --- source/core/transactions-production-consideration.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/core/transactions-production-consideration.txt b/source/core/transactions-production-consideration.txt index 5509e137c4a..9afe2469c4a 100644 --- a/source/core/transactions-production-consideration.txt +++ b/source/core/transactions-production-consideration.txt @@ -124,6 +124,13 @@ The :parameter:`transactionLifetimeLimitSeconds` also ensures that expired transactions are aborted periodically to relieve storage cache pressure. +.. note:: + + If you have an uncommitted transaction that exceeds 5% of the + :setting:`WiredTiger cache size + `, the transaction will + abort and return a :term:`write conflict` error. + Transactions and Security -------------------------