You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
changed the title
Add new 'memtx_allocator' option to box.cfg{}
[2pt] Add new 'memtx_allocator' option to box.cfg{}
Sep 3, 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.
The text was updated successfully, but these errors were encountered: