mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
Fix stack size in fs_rom
This commit is contained in:
parent
7d2a75856f
commit
09d43c0708
@ -381,7 +381,7 @@ int main(void)
|
||||
/* receiver of directory-change signals */
|
||||
static Signal_receiver sig_rec;
|
||||
|
||||
enum { STACK_SIZE = 8*1024 };
|
||||
enum { STACK_SIZE = 2*1024*sizeof(long) };
|
||||
static Rpc_entrypoint ep(&cap, STACK_SIZE, "fs_rom_ep");
|
||||
static Rom_root rom_root(ep, sliced_heap, fs, sig_rec);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user