libc: Increased stack size.

This commit is contained in:
Michael Mueller
2023-03-27 17:15:31 +02:00
parent 7ac39fb7a7
commit aeb402ad50

View File

@@ -79,4 +79,4 @@ void Component::construct(Genode::Env &env)
* Default stack size for libc-using components
*/
Genode::size_t Libc::Component::stack_size() __attribute__((weak));
Genode::size_t Libc::Component::stack_size() { return 32UL*1024*sizeof(long); }
Genode::size_t Libc::Component::stack_size() { return 96UL*1024*sizeof(long); }