From 2cac5f2242c1898ff011b817315558d40a537c60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20L=C3=BCtke=20Dreimann?= Date: Thu, 30 Jan 2025 11:05:12 +0100 Subject: [PATCH] fixed run config --- repos/hello_gpgpu/run/hello_gpgpu.run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repos/hello_gpgpu/run/hello_gpgpu.run b/repos/hello_gpgpu/run/hello_gpgpu.run index 2b5d45aeca..a650b0f05a 100644 --- a/repos/hello_gpgpu/run/hello_gpgpu.run +++ b/repos/hello_gpgpu/run/hello_gpgpu.run @@ -57,7 +57,7 @@ append_platform_drv_config append config { - + @@ -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