Re: Libmicro!! pthread_create Resource temporarily unavailable

2005-11-29 Thread David Xu
Ricardo A. Reis wrote: >>You can not create 4 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.

Libmicro!! pthread_create Resource temporarily unavailable

2005-11-29 Thread Ricardo A. Reis
>>You can not create 4 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 ___

Re: Libmicro!! pthread_create Resource temporarily unavailable

2005-11-29 Thread David Xu
Ricardo A. Reis wrote: >the pthread_create benchmark is trying to create 2 threads, the >default allowed number is 1500. Hi, I increase default limits for *per_proc for 4 sysctl -a |grep threads kern.threads.thr_concurrency: 0 kern.threads.thr_scope: 0 kern.threads.virtual_cpu: 2

Re: Libmicro!! pthread_create Resource temporarily unavailable

2005-11-29 Thread Ricardo A. Reis
>the pthread_create benchmark is trying to create 2 threads, the >default allowed number is 1500. Hi, I increase default limits for *per_proc for 4 sysctl -a |grep threads kern.threads.thr_concurrency: 0 kern.threads.thr_scope: 0 kern.threads.virtual_cpu: 2 kern.threads.max_threads_h

Re: Libmicro!! pthread_create Resource temporarily unavailable

2005-11-27 Thread David Xu
Ricardo A. Reis wrote: Hi George, pthread_create: Resource temporarily unavailable Which version of FreeBSD please? I test libmicro in 6.0-RELEASE and last cvsuped RELENG_6, both doesn't work. Thanks Ricardo A. Reis UNIFESP Unix and Network Admin the pthread_create

Re: Libmicro!! pthread_create Resource temporarily unavailable

2005-11-27 Thread Ricardo A. Reis
Hi George, > > pthread_create: Resource temporarily unavailable > > > > Which version of FreeBSD please? I test libmicro in 6.0-RELEASE and last cvsuped RELENG_6, both doesn't work. Thanks Ricardo A. Reis UNIFESP Unix and Network Admin _

Re: Libmicro!! pthread_create Resource temporarily unavailable

2005-11-26 Thread gnn
At Thu, 24 Nov 2005 16:05:17 -0200, Ricardo A. Reis wrote: > > Hi all, > > >Recently i uncovered libmicro work in freebsd, but after > install from ports > my first test using pthread_create not work. > > Using default or custom parameters in pthread_create i see this messages >

Libmicro!! pthread_create Resource temporarily unavailable

2005-11-24 Thread Ricardo A. Reis
Hi all, Recently i uncovered libmicro work in freebsd, but after install from ports my first test using pthread_create not work. Using default or custom parameters in pthread_create i see this messages on dmesg , pthread_create: Resource temporarily unavailable # sysctl -a |g