Brian Anderson
Brian Anderson
Another completely different option would be to give chains the most generous definition of a transaction: ICP->all update messages, stellar->ops, solana->all instructions (including vote instructions). That would require no judgements,...
If the matter gets contentious we may end up compromising and providing two numbers: the most generous number (the ones chains prefer), and a "normalized" number that attempts to provide...
I just don't see anything in the code that could leak. There's no caching, no collections, tasks are all joined. Maybe one of the chain clients has a leak. Probably...
I know people have used massif for heap profiling rust.
Import job was taking 50% of ram when I logged in.
Memory usage looks much better after some dependency upgrades.
Memory usage for the import job was at a steady low number, but today I noticed that Arbitrum fell behind, and memory usage is at 27%. Is there some memory...
Memory usage immediately rises to 20% again.
@sasa-tomic This project is structured to load blocks, count the transactions in them, and average them over time. That is the single thing this project does. While I would prefer...
We've improved our block request pacing and should be more reliable now. As long as we are mostly making non-redundant requests and mostly asking for blocks when new blocks are...