Do not store large slices in pool #424

Merged
fyrchik merged 2 commits from dstepanov-yadro/frostfs-node:fix/limit_payload_pool into master 2023-06-13 07:19:57 +00:00

Dynamically growing an unbounded buffers can cause a large amount of memory to be pinned and never be freed.
See: https://github.com/golang/go/issues/23199

Dynamically growing an unbounded buffers can cause a large amount of memory to be pinned and never be freed. See: https://github.com/golang/go/issues/23199
requested reviews from storage-core-committers, storage-core-developers 2023-06-02 14:37:34 +00:00
dstepanov-yadro force-pushed fix/limit_payload_pool from 2defd4c090 to 78abad1fe7 2023-06-02 14:38:29 +00:00 Compare
dstepanov-yadro force-pushed fix/limit_payload_pool from 78abad1fe7 to ab29f29fde 2023-06-09 15:06:54 +00:00 Compare
dstepanov-yadro added 1 commit 2023-06-09 15:09:05 +00:00
[#424] node: Update api-go version
All checks were successful
ci/woodpecker/pr/pre-commit Pipeline was successful
748ef2b7bd
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
fyrchik approved these changes 2023-06-13 07:19:51 +00:00
fyrchik merged commit 83d600ed77 into master 2023-06-13 07:19:57 +00:00
fyrchik referenced this pull request from a commit 2023-06-13 07:19:57 +00:00
fyrchik referenced this pull request from a commit 2023-06-15 14:10:29 +00:00
fyrchik referenced this pull request from a commit 2023-06-15 14:10:29 +00:00
fyrchik referenced this pull request from a commit 2023-06-15 14:10:30 +00:00
Sign in to join this conversation.
No reviewers
TrueCloudLab/storage-core-developers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-node#424
No description provided.