Is there a way to configure the boost::thread stack size?
No, AFAIK.
Maybe you could try with native_handle()
thread's member function and set the stack size with a call to OS' API (pthread_attr_setstacksize()
on POSIX systems maybe?).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With