mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
libc: Increased stack size.
This commit is contained in:
@@ -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); }
|
||||
|
||||
Reference in New Issue
Block a user