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
Currently, when verifying PoT during block import and in the gossip worker, we are using rayon to maximize the parallelism and use as many cores as needed, which causes other workers to starve, especially causing Slow domain block execution.. log for the domain worker, setting a limit for the PoT verification and reserve some compute resource for other workers will be helpful.
Currently, when verifying PoT during block import and in the gossip worker, we are using
rayon
to maximize the parallelism and use as many cores as needed, which causes other workers to starve, especially causingSlow domain block execution..
log for the domain worker, setting a limit for the PoT verification and reserve some compute resource for other workers will be helpful.subspace/crates/sc-consensus-subspace/src/verifier.rs
Lines 310 to 321 in 5fd4355
subspace/crates/sc-proof-of-time/src/source/gossip.rs
Lines 395 to 403 in 5fd4355
cc @nazar-pc
The text was updated successfully, but these errors were encountered: