fixed run config

This commit is contained in:
Marcel Lütke Dreimann
2025-01-30 11:05:12 +01:00
parent 292b8765e3
commit 2cac5f2242

View File

@@ -57,7 +57,7 @@ append_platform_drv_config
append config {
<start name="gpgpu">
<provides> <service name="gpgpu"/> </provides>
<resource name="RAM" quantum="1024M"/>
<resource name="RAM" quantum="12G"/>
</start>
<start name="hello_gpgpu">
<binary name="hello_gpgpu"/>
@@ -79,5 +79,5 @@ append_platform_drv_boot_modules
build_boot_image $boot_modules
# qemu stuff
append qemu_args " -nographic -m 4G"
append qemu_args " -nographic -m 16G"
run_genode_until "hello gpgpu completed.*\n" 600