mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-22 04:52:56 +01:00
The rm_session quota of the context area is not sufficient to start more then ~95 threads per address space. If one really needs so many threads per address space one could increase the quota or dynamically respond to it using the Expanding_rm_session class. Until now there is no need to support so much threads per address space. Issue #1122