Skip to content
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

Use jemalloc as the global allocator #653

Merged
merged 1 commit into from
Jun 1, 2022
Merged

Conversation

koute
Copy link
Contributor

@koute koute commented May 31, 2022

Pull Request Summary

Switches the global allocator from the system allocator to jemalloc, which is what Polkadot's using. This should both lower the CPU usage and the memory usage of the nodes.

Check list

  • contains breaking changes
  • adds new feature
  • modifies existing feature (bug fix or improvements)
  • updated spec version
  • relies on other tasks
  • documentation changes
  • tests and/or benchmarks are included
  • changed API client type definition or chain metadata

Copy link
Member

@akru akru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@akru akru merged commit 0a3bab8 into AstarNetwork:master Jun 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants