Increase signature pool max object size #38
No reviewers
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-api-go#38
Loading…
Reference in a new issue
No description provided.
Delete branch "dstepanov-yadro/frostfs-api-go:fix/increase_pool_size"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
According to the results of profiling, objects with a size of 72KB are mainly allocated.
798aa5b680
to68021b910a
Ok for support, but to me this number depends on the particular load.
Maybe we can refactor the API somehow to make this pool/slice being provided by the caller?