From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: Message-Id: <20190302125524.279852704@gmail.com> Date: Sat, 02 Mar 2019 15:55:24 +0300 From: Cyrill Gorcunov Subject: [rfc 0/4] fiber/stack: Increase stack size and shrink rss usage To: tarantool-patches@freelists.org Cc: gorcunov@gmail.com, vdavydov.dev@gmail.com List-ID: Hi! This series tries to address a problem with stack overflow on new distros. Please review carefully. It is still rfc because - need to wrap code with more ifdefs for systems where no madvise syscall present, which I address next once we're agreed on the patches; - need intensive testing where I could really use some help from more experienced developers since I've no clue how to cause stack exhausting from inside of lua script - actually I prefer to not use histogram here since it makes code even more complex, and I seriously consider moving stack processing into a separate file, say fiber-stack.cc or something Anyway, please take a look once time permit. Comments are welcome!