-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 0.17.8 #1096
Release 0.17.8 #1096
Conversation
It is a separate change from #1096 to create an image without `jemallocator` not to mix fixes. Do not merge it. Maybe we will combine it with `jemallocator` for the release.
Update all deps. Remove `?` from `rocksdb`.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested the change in the DEV net. Sentry-1(blue) had 0.17.8(with this change) and Sentry-3(red) had 0.17.7(without this change).
I spammed each node two times with one million of dry_runs (simple transfer transactions). After each spam, I did a small pause to allow the node to rest.
The jemalloc shows much better memory management. It used less memory during each run, after the end of each spamming attack the memory almost normalized.
It is a separate change from #1096 to create an image without `jemallocator` not to mix fixes. Do not merge it. Maybe we will combine it with `jemallocator` for the release.
This has been released already, and the changes have been ported to land on master in #1102 |
Merges the changes from #1096 upstream into master --------- Co-authored-by: Green Baneling <xgreenx9999@gmail.com>
Merges the changes from FuelLabs/fuel-core#1096 upstream into master --------- Co-authored-by: Green Baneling <xgreenx9999@gmail.com>
Yet another hotfix.. In my local testing it seems like jemalloc has less overhead when initializing vm instances (which we do frequently). It should also do a better job of reclaiming memory.
The release also disables
dap
endpoints for theproduction
.