Configures the Berkeley DB database environment to support at least the minimum number of simultaneously active transactions
supported by Berkeley DB database environment.
This value bounds the size of the memory allocated for transactions. Child transactions are
counted as active until they either commit or abort.
</p>
<p>
The syntax of this parameter in the <ahref="../../programmer_reference/env_db_config.html#env_db_config.DB_CONFIG"class="olink">DB_CONFIG</a> file is a
single line with the string <codeclass="literal">set_tx_max</code>,
one or more whitespace characters, and the number of
transactions.
</p>
<p>
For more information, see <aclass="xref"href="envset_tx_max.html"title="DB_ENV->set_tx_max()">DB_ENV->set_tx_max()</a>.