Skip to content
Snippets Groups Projects
Commit c504c89f authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

vinyl: don't limit tuple arena size twice

Since 2ab97c01 "introduce vy_stmt_env and vinyl_max_tuple_size option"
Vinyl's memory is limited both by `struct quota` and `struct vy_quota`.
This causes sporadic allocation errors because `vy_quota` may
exceed in some cases.

Closes #2629
parent 5d4dcc7e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment