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

[Darwin]:Enable heap based pool configuration #9739

Merged
merged 1 commit into from
Sep 16, 2021
Merged

[Darwin]:Enable heap based pool configuration #9739

merged 1 commit into from
Sep 16, 2021

Conversation

yufengwangca
Copy link
Contributor

Problem

What is being fixed? Examples:

  • Heap based pool configuration has been tested on Linux for a while and no side effect found until now. Instead of always reserve memory for static pool base on worse case. This feature allow the SystemPool allocates memory based on its actual usage and release back to system after usage.

We should enable this feature on more platforms which has large heap support.

Change overview

Enable heap based pool configuration on Darwin

Testing

How was this tested? (at least one bullet point required)

  • Covered by Darwin CI

@woody-apple woody-apple requested review from a team September 16, 2021 01:04
@yufengwangca yufengwangca merged commit 17d85c2 into project-chip:master Sep 16, 2021
@yufengwangca yufengwangca deleted the pr/darwin/heap branch September 16, 2021 04:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants