mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-14 13:18:19 +00:00
base-linux: increase global cap limit to 20000
This is a prerequisite for executing sculpt.run on Linux. Issue #4362
This commit is contained in:
committed by
Christian Helmuth
parent
2134792e4c
commit
03cbf435e5
@ -154,7 +154,7 @@ class Genode::Platform : public Platform_generic
|
|||||||
* Hence, we define the limit somewhat arbitrary on Linux and
|
* Hence, we define the limit somewhat arbitrary on Linux and
|
||||||
* accept that scenarios may break when reaching core's fd limit.
|
* accept that scenarios may break when reaching core's fd limit.
|
||||||
*/
|
*/
|
||||||
size_t max_caps() const override { return 10000; }
|
size_t max_caps() const override { return 20000; }
|
||||||
|
|
||||||
void wait_for_exit() override;
|
void wait_for_exit() override;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user