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?