Boost logo

Boost Users :

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.)



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net