Skip to content

[2pt] Add new 'memtx_allocator' option to box.cfg{} #2291

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

Closed
Tracked by #2665
TarantoolBot opened this issue Aug 18, 2021 · 0 comments · Fixed by #3355
Closed
Tracked by #2665

[2pt] Add new 'memtx_allocator' option to box.cfg{} #2291

TarantoolBot opened this issue Aug 18, 2021 · 0 comments · Fixed by #3355
Assignees
Labels
feature A new functionality reference [location] Tarantool manual, Reference part server [area] Task relates to Tarantool's server (core) functionality

Comments

@TarantoolBot
Copy link
Collaborator

TarantoolBot commented Aug 18, 2021

Add a new option to box.cfg{}

Product: Tarantool
Since: 2.10.0-beta1
Root document: https://www.tarantool.io/en/doc/latest/reference/configuration/#configuring-the-storage
SME: ?
Peer reviewer: @

Details

Add new 'memtx_allocator' option to box.cfg{} which allows to
select the appropriate allocator for memtx tuples if necessary.
Possible values are "system" for malloc allocator and
"small" for default small allocator.
Requested by @EvgenyMekhanik in tarantool/tarantool@1847ae0.

@xuniq xuniq added this to the Estimate [@xuniq] milestone Sep 1, 2021
@xuniq xuniq added feature A new functionality reference [location] Tarantool manual, Reference part server [area] Task relates to Tarantool's server (core) functionality labels Sep 3, 2021
@xuniq xuniq changed the title Add new 'memtx_allocator' option to box.cfg{} [2pt] Add new 'memtx_allocator' option to box.cfg{} Sep 3, 2021
@xuniq xuniq removed this from the Estimate [@xuniq] milestone Sep 3, 2021
@veod32 veod32 added this to the box.cfg milestone Jan 13, 2022
@veod32 veod32 removed this from the box.cfg milestone Feb 3, 2022
andreyaksenov added a commit that referenced this issue Feb 27, 2023
Add reference docs for the `memtx_allocator` and `slab_alloc_granularity` options.

Resolves #2291 
Resolves #1911
@veod32 veod32 removed the 2sp label Mar 8, 2023
p7nov pushed a commit that referenced this issue Mar 24, 2023
Add reference docs for the `memtx_allocator` and `slab_alloc_granularity` options.

Resolves #2291 
Resolves #1911
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new functionality reference [location] Tarantool manual, Reference part server [area] Task relates to Tarantool's server (core) functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants