Hi Markus,
great that you are brave enough to dive right into the most adventuresome chambers of Genode. :-)
Are you using the run script at 'ports/run/vancouver.run' as starting point? I have just conducted the little experiment of increasing the memory to 64M (in vancouver.cc at line 841). In addition to this change, you have to slighly adjust the configuration of the Vancouver process in the run script:
* Increase the RAM quota of the vancouver process (look for the '<resource>' node). In my case, 70M are fine, * Adjust the 'end' value of the memory model from 0x2000000 to 0x4000000.
Btw, while doing this little experiment, I noticed a problem with a recent commit at genodelabs/master. I hope, this has not caused you any trouble so far:
https://github.com/genodelabs/genode/issues/283
Cheers Norman