mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 19:34:56 +00:00
Increase cap quota for test-pthread
The test creates 100 pthreads in a loop, which should immediately self-destruct. Therefore, we can grant more than 130 caps.
This commit is contained in:
parent
21116803b3
commit
1f0f182151
@ -17,8 +17,7 @@ install_config {
|
||||
<default-route>
|
||||
<any-service> <parent/> <any-child/> </any-service>
|
||||
</default-route>
|
||||
<default caps="130"/>
|
||||
<start name="test-pthread">
|
||||
<start name="test-pthread" caps="200">
|
||||
<resource name="RAM" quantum="64M"/>
|
||||
<config>
|
||||
<vfs> <dir name="dev"> <log/> </dir> </vfs>
|
||||
|
Loading…
x
Reference in New Issue
Block a user