$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [coroutine] Is there a max number of coroutines that can be created?
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2014-07-10 23:59:16
In general it is limited by the memory available at your system (coroutines
allocated memory an use it as stack).
Another limitation can be the max. virtual memory size enforced in you
environment (RLIMIT_AS, /etc/security/limits.conf etc.)