I have been working on my fs_filter (vfs-like) component, and it compiles, but fails to successfully create a File_system::Connection. Even with a ram quota of 1G, I get the following error: Uncaught exception of type 'Genode::Allocator::Out_of_memory'
What am I doing wrong? I have tried multiple different allocator configurations (e.g. Allocator_avl(sliced_heap), Allocator_avl(Genode::env()->heap()), Allocator_avl(0)), but nothing fixes or changes the error.