Node Configuration
Node Types
Node Type
Description
Node Configuration (pharos.conf)
Base Configuration
{
"chain": {
"secret_config": {
"domain_key_path": "../keys/domain.key",
"stabilizing_key_path": "../keys/stabilizing.key"
},
"startup_config": {
"init_config": {
"meta_path": "../data",
"host_ip": "127.0.0.1",
"http_port": "18100",
"rpc_port": "20000",
"tcp_port": "19000",
"ws_port": "18200"
}
}
},
"storage": {
"mygrid_conf": {},
"mygrid_env": {
"storage_data_path": "../data"
}
}
}Enabling Full Cache Node (Flat State KV DB)
Enabling Tracedb Node
Combining Full Cache + Tracedb
RPC Node Tuning
Thread Counts and Queue Sizes
Configuration Item
Default Value
Purpose
Impact on RPC Node Performance
Session Management
Configuration Item
Default Value
Purpose
Impact
Block Cache
Configuration Item
Default Value
Purpose
Impact
Node Pool JSON-RPC API Scheduling Strategy
By Node Type
Node Type
Scheduling Rule
By Data Availability
By Interface Affinity
Last updated
Was this helpful?
