Re: [Interest] Default stack size of QThread

2023-08-28 Thread Thiago Macieira
On Monday, 28 August 2023 10:05:14 PDT Thiago Macieira wrote: > If you really want this, then QThread doesn't enforce any limit. Please > consult the documentation for the pthread_create() function on how how it > determines the default stack size. For glibc, it uses the RLIMIT_STACK > resource

Re: [Interest] Default stack size of QThread

2023-08-28 Thread Thiago Macieira
On Monday, 28 August 2023 05:08:25 PDT Ramakanth Kesireddy wrote: > Hi, > > We are using Qt 5.15.x through yocto Dunfell on embedded Linux. > > Any thoughts on default stack thread size of QThread would be great if it > would be 1-2MB. Why do you want that? This either indicates you don't

[Interest] Default stack size of QThread

2023-08-28 Thread Ramakanth Kesireddy
Hi, We are using Qt 5.15.x through yocto Dunfell on embedded Linux. Any thoughts on default stack thread size of QThread would be great if it would be 1-2MB. Best Regards, Ramakanth ___ Interest mailing list Interest@qt-project.org