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

[action] [PR:3201] Support allocate buffer pool based on ratio (#3201) #3246

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

mssonicbld
Copy link
Collaborator

Support allocate buffer pool size based on percentage of available memory by percentage field in BUFFER_POOL table.
It is used in the dynamic buffer model only and represents the percentage of a buffer pool's size compared to the available memory size.
On Nvidia devices, if the percentage is defined, the buffer pool size is available memory * percentage.

Support allocate buffer pool size based on percentage of available memory by percentage field in BUFFER_POOL table.
It is used in the dynamic buffer model only and represents the percentage of a buffer pool's size compared to the available memory size.
On Nvidia devices, if the percentage is defined, the buffer pool size is available memory * percentage.
@mssonicbld
Copy link
Collaborator Author

Original PR: #3201

@mssonicbld mssonicbld merged commit 8962c7b into sonic-net:202405 Jul 30, 2024
14 of 16 checks passed
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.

2 participants