You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TSS records details about each tx and block into RocksDB and is single threaded. This can be a giant bottleneck at high TPS. This service is not required for standard validator operation but is used to supply the data necessary for responding to certain RPC queries.
On invalidator runs, we observe this service lagging behind and causing OOM issues (due to tx updates growing an unbounded crossbeam channel) at ~40k TPS.
The text was updated successfully, but these errors were encountered:
TSS records details about each tx and block into RocksDB and is single threaded. This can be a giant bottleneck at high TPS. This service is not required for standard validator operation but is used to supply the data necessary for responding to certain RPC queries.
On invalidator runs, we observe this service lagging behind and causing OOM issues (due to tx updates growing an unbounded crossbeam channel) at ~40k TPS.
The text was updated successfully, but these errors were encountered: