Dmitry Murzin
Dmitry Murzin
Hi! This is now supported, please use this `factorio-mods-localization.json` config file: ```json { "mods": [ { "localePath": "Yafc/Data/locale", "crowdinName": "YafcCE" }, ] } ```
Closing as implemented
The issue is that Iroha consumes ~6GB of memory after 20 million transactions. This matches current implementation (https://github.com/hyperledger-iroha/iroha/issues/5083#issuecomment-2379804636). 80%+ of memory consumes `State::transactions` which contains hashes of transactions mapped onto...
I don't observe such behaviour when using `perf` directly with the same frequence as `cargo flamegraph` uses by default. With `perf`: ``` cargo build --example fib && perf record -F...
Maybe add info to the README that `cargo flamegraph` uses `--call-graph dwarf` and example how to use `-g` instead