Skip to content
Snippets Groups Projects
Commit 01161e0e authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files
parent 7f9aeb42
No related merge requests found
...@@ -856,6 +856,7 @@ main(int argc, char **argv) ...@@ -856,6 +856,7 @@ main(int argc, char **argv)
ev_default_loop(EVFLAG_AUTO); ev_default_loop(EVFLAG_AUTO);
fiber_init(); fiber_init();
replication_prefork(); replication_prefork();
coeio_init();
salloc_init(cfg.slab_alloc_arena * (1 << 30) /* GB */, salloc_init(cfg.slab_alloc_arena * (1 << 30) /* GB */,
cfg.slab_alloc_minimal, cfg.slab_alloc_factor); cfg.slab_alloc_minimal, cfg.slab_alloc_factor);
......
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