Skip to content

Commit

Permalink
sculpt: increase drivers caps for fuji4 (has ahci and nvme)
Browse files Browse the repository at this point in the history
One test notebook has an AHCI and NVMe controller and reaches the quota
limit in Sculpt.

issue #4667
  • Loading branch information
ssumpf authored and chelmuth committed Nov 17, 2022
1 parent f76f5db commit 8bd5484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repos/gems/run/sculpt.run
Expand Up @@ -374,7 +374,7 @@ install_config {
</route>
</start>

<start name="drivers" caps="4600" priority="-1" managing_system="yes">
<start name="drivers" caps="4850" priority="-1" managing_system="yes">
<resource name="RAM" quantum="200M"/>
<resource name="CPU" quantum="10"/>
<binary name="init"/>
Expand Down

0 comments on commit 8bd5484

Please sign in to comment.