cache knobs: env-parameterize geth/op-geth --cache (default 1024 = geth's own), l2geth --cache (default 8192 = previous hardcoded), nethermind MEMORYHINT (default 2048000000)

All defaults preserve current effective behavior - this deploy is a rendering no-op
until a host_var overrides a value. Part of the resource-optimizer knob rollout
(resource-optimizer/knob-manifest.yaml is the registry; verify_manifest.py enforces
default sync between templates and envfile).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
rob
2026-07-10 14:34:10 +00:00
parent 6ccd711ad5
commit f88ec86b47
165 changed files with 165 additions and 4 deletions

View File

@@ -55,6 +55,7 @@ services:
- NETHERMIND_CONFIG=hoodie
- NETHERMIND_INITCONFIG_BASEDBPATH=/data/db
- NETHERMIND_INITCONFIG_LOGDIRECTORY=/data/logs
- NETHERMIND_INITCONFIG_MEMORYHINT=${ETHEREUM_HOODIE_NETHERMIND_PRUNED_ROCKSDB_TRACE_MEMORY_HINT:-2048000000}
- NETHERMIND_INITCONFIG_WEBSOCKETSENABLED=true
- NETHERMIND_JSONRPCCONFIG_ENABLED=true
- NETHERMIND_JSONRPCCONFIG_ENABLEDMODULES=[Eth,Subscribe,TxPool,Web3,Personal,Proof,Net,Parity,Health,Rpc,Debug,Admin,Traces]