Re: [OpenWrt-Devel] default stack size limit is too big

2011-01-28 Thread Felix Fietkau
On 2011-01-29 12:53 AM, Alexander Gordeev wrote: > В Fri, 28 Jan 2011 13:47:18 +0100 > Felix Fietkau пишет: > >> On 2011-01-28 1:28 PM, Alexander Gordeev wrote: >> > Hi! >> > >> > I have a device with only 16MB of memory and I want to run threaded >> > applications on it. The size of allocated s

Re: [OpenWrt-Devel] default stack size limit is too big

2011-01-28 Thread Alexander Gordeev
В Fri, 28 Jan 2011 13:47:18 +0100 Felix Fietkau пишет: > On 2011-01-28 1:28 PM, Alexander Gordeev wrote: > > Hi! > > > > I have a device with only 16MB of memory and I want to run threaded > > applications on it. The size of allocated stack space in uClibc's > > implementation of pthread_create

Re: [OpenWrt-Devel] default stack size limit is too big

2011-01-28 Thread Felix Fietkau
On 2011-01-28 1:28 PM, Alexander Gordeev wrote: > Hi! > > I have a device with only 16MB of memory and I want to run threaded > applications on it. The size of allocated stack space in uClibc's > implementation of pthread_create equals to the stack size limit as > returned by ulimit -s (or the def

[OpenWrt-Devel] default stack size limit is too big

2011-01-28 Thread Alexander Gordeev
Hi! I have a device with only 16MB of memory and I want to run threaded applications on it. The size of allocated stack space in uClibc's implementation of pthread_create equals to the stack size limit as returned by ulimit -s (or the default for the current architecture if the limit is set to 'un