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/
{
"name": "megabytes",
"detailsLines": [],
"properties": [
"numeric",
"required"
],
"description": "The memory allocated in MB"
}