mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-10 07:48:19 -05:00
feat: add --rpc.evm-memory-limit flag (#19279)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@@ -405,6 +405,11 @@ RPC:
|
||||
|
||||
[default: 50000000]
|
||||
|
||||
--rpc.evm-memory-limit <MEMORY_LIMIT>
|
||||
Maximum memory the EVM can allocate per RPC request
|
||||
|
||||
[default: 4294967295]
|
||||
|
||||
--rpc.txfeecap <TX_FEE_CAP>
|
||||
Maximum eth transaction fee (in ether) that can be sent via the RPC APIs (0 = no cap)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user