Skip to content

Commit

Permalink
docs: update CHANGELOG
Browse files Browse the repository at this point in the history
Note about usage of a new memory allocator ('jemallocator')  on the signer and aggregator.
  • Loading branch information
jpraynaud committed Apr 25, 2024
1 parent e05ebd2 commit 8d33170
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ As a minor extension, we have adopted a slightly different versioning convention
- `portable` feature now has no effect and should be removed from crate dependencies.
- Removed it from all other crates (including `mithril-common`).

- Switched memory allocator to `jemallocator` on signer and aggregator to avoid memory fragmentation when signing transactions (which lead to RES memory not being properly returned to the OS).

- Crates versions:

| Crate | Version |
Expand Down

0 comments on commit 8d33170

Please sign in to comment.