tarantool/tarantool

limit the size of zombie fiber cache

Open

#958 创建于 2015年7月31日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Lua (3,633 star) (406 fork)batch import
good first issueperformancerefactoring

描述

Certain workloads can create hundreds of thousands of fibers. Each fibers eats up a few KB of runtime memory. These workloads could be sporadic. Zombie fibers sit in the cache forever. Instead of forever, cache fibers for a limited amount of time, then destroy. Keep only-so-much cached fibers.

贡献者指南

limit the size of zombie fiber cache · tarantool/tarantool#958 | Good First Issue