Skip to content
Snippets Groups Projects
Commit 9f0d56b9 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Fix a bug with empty faq page.

parent 3ccd6446
No related branches found
No related tags found
No related merge requests found
{% text main en %}
{% page faq en %}
{% text faq en %}
## Frequently Asked Questions
......@@ -40,6 +42,4 @@ A. It's a prime number which is easy to remember, because 3313, 3301, 313, 13 an
A. If the ratio of arena_used to items_used >> 1, that indicates that there is fragmentation accumulated by the slab allocator. Imagine there are a lot of small tuples stored in the system initially, and later on each tuple becomes bigger and doesn't fit into its old slab size. The old slabs are never relinquished by the allocator. Currently this can be solved only by a server restart.
{% page faq en %}
{% page faq ru %}
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