mirror of https://github.com/hyperledger/besu
An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
701 B
13 lines
701 B
6 years ago
|
# Transaction Pool
|
||
|
|
||
|
Options and methods for configuring and viewing the transaction pool include:
|
||
|
|
||
|
* [`txpool_pantheonTransactions`](../../Reference/JSON-RPC-API-Methods.md#txpool_pantheonTransactions) JSON-RPC API method
|
||
|
|
||
|
* [`--tx-pool-max-size`](../../Reference/Pantheon-CLI-Syntax.md#tx-pool-max-size) command line option
|
||
|
|
||
|
Once full, the Pantheon transaction pool accepts and retains local transactions in preference to remote transactions.
|
||
|
|
||
|
Decreasing the maximum size of the transaction pool reduces memory use. If the network is busy and there is a backlog
|
||
|
of transactions, increasing the size of the transaction pool reduces the risk of transactions being
|
||
|
removed from the transaction pool.
|