-
Notifications
You must be signed in to change notification settings - Fork 105
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
Explain potential fragmentation issues for the POOLED memory allocator [HZG-256] #1525
Conversation
✅ Deploy Preview for hardcore-allen-f5257d ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
A few suggestions to clarify and provide extra guidance, but your changes are really good and cover the topic well. Approving in advance, great job @celenmelike 👍
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.
Thanks Melike
…r [v/5.5] (#1530) Backport of #1525 Added information on internal and external fragmentation caused by the buddy memory allocation system. SUP Ticket: [SUP-685](https://hazelcast.atlassian.net/browse/SUP-685) [SUP-685]: https://hazelcast.atlassian.net/browse/SUP-685?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ Co-authored-by: Melike Celen <[email protected]>
…r [v/5.3] (#1531) Backport of #1525 Added information on internal and external fragmentation caused by the buddy memory allocation system. SUP Ticket: [SUP-685](https://hazelcast.atlassian.net/browse/SUP-685) [SUP-685]: https://hazelcast.atlassian.net/browse/SUP-685?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ Co-authored-by: Melike Celen <[email protected]>
…r [v/5.4] (#1532) Backport of #1525 Added information on internal and external fragmentation caused by the buddy memory allocation system. SUP Ticket: [SUP-685](https://hazelcast.atlassian.net/browse/SUP-685) [SUP-685]: https://hazelcast.atlassian.net/browse/SUP-685?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ Co-authored-by: Melike Celen <[email protected]>
Added information on internal and external fragmentation caused by the buddy memory allocation system.
SUP Ticket: SUP-685