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 limit.

I meant, "by default". Yes you can change the stack size using 
QThread::setStackSize(), but the default of QThread is 0, so it's whatever the 
underlying implementation chooses.

Since you're using Yocto, if this really matters to you, just change the 
underlying implementation or Qt. But please answer the question on why you 
think you need this.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Cloud Software Architect - Intel DCAI Cloud Engineering

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to