Date: Wed, 30 Nov 2005 07:41:31 +0800 From: David Xu <davidxu@freebsd.org> To: "Ricardo A. Reis" <ricardo@dis.epm.br> Cc: performance@freebsd.org Subject: Re: Libmicro!! pthread_create Resource temporarily unavailable Message-ID: <438CE72B.4090804@freebsd.org> In-Reply-To: <438CA33A.7000007@dis.epm.br> References: <438CA33A.7000007@dis.epm.br>
next in thread | previous in thread | raw e-mail | index | archive | help
Ricardo A. Reis wrote: > >>You can not create 40000 threads, because each thread > >>defaults has 2M stack, you will out of address space. > > David, > > I don't attempt to create 40k threads, i barely increase the limit for > single process for 40k. > I like a test libmicro with default sets. > > > > Ricardo A. Reis > UNIFESP > _______________________________________________ try to give it an option, for example: ./pthread_create -B 1499
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?438CE72B.4090804>