Skip to content

Commit 4240074

Browse files
committed
reduce stack sizes across the board
By default, each thread consumes 8MB of memory for the stack which can quickly stack as machines have more cores and, especially during status, more threads are started than there are cores. This overcommitting is by design, but at least we should make sure that memory doesn't grow unnecessarily. Especially iterators know the code they execute, hence these versions should have a way to tune the stack size to reduce the peak memory footprint.
1 parent d82199c commit 4240074

File tree

0 file changed

+0
-0
lines changed

    0 file changed

    +0
    -0
    lines changed

    0 commit comments

    Comments
     (0)