mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-18 17:52:17 +00:00
nimbus.prater: reduce max_headers_size to 128 KB
Probably the reason for elevated memory usage when using Validator Client with large number of validators attached. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
5e3e8cbda4
commit
5586db729d
@ -63,7 +63,6 @@ beacon_node_rest_port: '{{ beacon_node_rest_port_base + idx }}'
|
||||
beacon_node_rest_port_base: 9300
|
||||
beacon_node_rest_address: '0.0.0.0'
|
||||
beacon_node_rest_max_body_size: 65536
|
||||
beacon_node_rest_max_headers_size: 1024
|
||||
# Firewall
|
||||
beacon_node_firewall_libp2p_open: '{{ node.get("open_libp2p_ports", true) }}'
|
||||
# Tuning
|
||||
|
Loading…
x
Reference in New Issue
Block a user