Shashank
Shashank
| Change Description | Network | No of Threads | Epochs Validated |Snapshot Info | RSS | VSZ |--------------------|---------|--------|-------|----------------|-------|-------| | BaseLine | Calibnet | 1 | 60 | forest_snapshot_calibnet_2023-08-14_height_822490.forest.car.zst(1.9Gb) |739.01...
> @sudo-shashank What are you measuring? trying to measure memory held during the validate run using `ps -o rss= -p "$pid"` command in a script
> How many epochs are validating and how many threads are you using? 60 epochs now, 8 Threads
> > > How many epochs are validating and how many threads are you using? > > > > > > 60 epochs now, single core > > When you...
In my observation so far, the memory usage does not scale with no of threads rather it just scales with no of epochs we validate. More epochs more memory utilisation,...
@LesnyRumcajs and @ZenGround0 does this ticket track cleanup of https://github.com/filecoin-project/builtin-actors/blob/a600986f67ac5bd3f33edf544b3c50114045d03a/actors/reward/src/testing.rs#L60 from [check_state_invariants](https://github.com/filecoin-project/builtin-actors/blob/a600986f67ac5bd3f33edf544b3c50114045d03a/actors/reward/src/testing.rs#L9) only or is it something else?
@elmattic `topics` fields in `EthFilterSpec` is a collection of `EthHashList` which is a collection of `EthHash` https://github.com/ChainSafe/forest/blob/a875e3dbdf4a5dec0a115614f7c6cad0c1d99626/src/rpc/methods/eth/types.rs#L351-L355 correct curl cmd: ``` curl -X POST 'http://127.0.0.1:2345/rpc/v1' \ -H 'Content-Type: application/json' \...
this issue has been fixed in https://github.com/ChainSafe/forest/pull/4780
> > @elmattic is `EthNewPendingTransactionFilter` blocked? There's a PR for it #4725. Or does it lack something? > > We could probably remove this one for now. We should be...
> @sudo-shashank can we split it into smaller PRs with every method handled separately? It will be easier to review and outstanding comments in one issue wouldn't block another. It's...