mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
sculpt: limit rump-fs quota
This commit is contained in:
parent
609074519d
commit
df3ceda052
@ -15,10 +15,10 @@
|
||||
<default-policy> <child name="vfs"/> </default-policy> </service>
|
||||
|
||||
<start name="vfs" caps="400">
|
||||
<resource name="RAM" quantum="110M" />
|
||||
<resource name="RAM" quantum="100M" />
|
||||
<provides> <service name="File_system"/> </provides>
|
||||
<config>
|
||||
<vfs> <rump fs="ext2fs" writeable="yes"/> </vfs>
|
||||
<vfs> <rump fs="ext2fs" ram="48M" writeable="yes"/> </vfs>
|
||||
<default-policy root="/" writeable="yes"/>
|
||||
</config>
|
||||
<route>
|
||||
|
Loading…
Reference in New Issue
Block a user