RPC Browser

Arguments


Help Content

maxmempool megabytes

Sets the allocated memory for the memory pool.

Arguments:
1. megabytes    (numeric, required) The memory allocated in MB

Result:
null    (json null)

Examples:
> bitcoin-cli maxmempool 150
> curl --user myusername --data-binary '{"jsonrpc": "2.0", "id": "curltest", "method": "maxmempool", "params": [150]}' -H 'content-type: application/json' http://127.0.0.1:8332/

megabytes

{
    "name": "megabytes",
    "detailsLines": [],
    "properties": [
        "numeric",
        "required"
    ],
    "description": "The memory allocated in MB"
}

Recent (1)

Blockchain (42)

Control (8)

Mining (7)

Network (14)

Rawtransactions (19)

Signer (1)

Stats (1)

Util (9)

Wallet (1)

Zmq (1)