Boost logo

Boost Users :

Subject: Re: [Boost-users] [coroutine] Is there a max number of coroutines that can be created?
From: José (josessantos_at_[hidden])
Date: 2014-07-11 11:45:16


Well, I tried setting "ulimit -s unlimited"  and also, checking with /proc/<pid>/status I got this values VmPeak: 2400816 kB and VmHWM: 2381132 kB. I am not sure that is related with system memory available (12GB). And I belive that the max. virtual memory size should be greater than 2GB.



De: oliver.kowalke@gmail.com
Enviada: Sexta-feira, 11 de Julho de 2014 05:59
Para: boost-users@lists.boost.org
Assunto: [Boost-users] [coroutine] Is there a max number of coroutines that can be created?

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 mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users

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