Skip to content

Commit

Permalink
ports: increase GDB resource quota limits on Sculpt
Browse files Browse the repository at this point in the history
Fixes #5188
  • Loading branch information
cproc authored and chelmuth committed Apr 25, 2024
1 parent 39ccd5a commit 47c1e45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repos/ports/recipes/raw/gdb_x86/gdb.config
Expand Up @@ -83,9 +83,9 @@
</route>
</start>

<start name="gdb" caps="200">
<start name="gdb" caps="1000">
<binary name="/bin/genode-x86-gdb"/>
<resource name="RAM" quantum="64M" />
<resource name="RAM" quantum="1G" />
<config>
<vfs>
<dir name="dev">
Expand Down

0 comments on commit 47c1e45

Please sign in to comment.