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
Issue summary
Implement improvements to benchmarking script:
Add a "peak" memory benchmark step to /forest/scripts/benchmark_db/bench.rb.
For example, once a snapshot has been imported and the node synced up to HEAD, let it run for 2 hours and measure how RSS and VSZ are evolving. This should help pinpoint if a regression occurs (i.e., a memory leak is introduced).
Issue summary
Implement improvements to benchmarking script:
/forest/scripts/benchmark_db/bench.rb
.For example, once a snapshot has been imported and the node synced up to HEAD, let it run for 2 hours and measure how RSS and VSZ are evolving. This should help pinpoint if a regression occurs (i.e., a memory leak is introduced).
private
module designations, etc.).ulimit -n
is correctly set).bundle install
.Other information and links
Proposed during discussions under issue #2208.
The text was updated successfully, but these errors were encountered: