Hi David, On 08.02.2016 18:06, David Werner wrote: > Is 8*1024 bytes a reasonable stack size? for simple components without big objects allocated on the stack it's usually enough. Personally, I tend to use 2*1024*sizeof(Genode::addr_t) in new components. Christian