From d2e7978b62f22ca809339655fa693f08b230c146 Mon Sep 17 00:00:00 2001 From: Youjie Zheng Date: Tue, 21 May 2024 20:35:33 +0800 Subject: [PATCH] chore: alloc more memory for LM testcases --- apps/monolithic_userboot/features.txt | 1 - build_img.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/monolithic_userboot/features.txt b/apps/monolithic_userboot/features.txt index 2cc1ea8..ff6f69c 100644 --- a/apps/monolithic_userboot/features.txt +++ b/apps/monolithic_userboot/features.txt @@ -1,2 +1 @@ -img monolithic diff --git a/build_img.sh b/build_img.sh index e422291..c42185d 100755 --- a/build_img.sh +++ b/build_img.sh @@ -68,7 +68,7 @@ if [ ! -d "./testcases/$FILE" ]; then fi rm -f disk.img -dd if=/dev/zero of=disk.img bs=4M count=30 +dd if=/dev/zero of=disk.img bs=4M count=1024 if [ "$fs" = "ext4" ]; then mkfs.ext4 -t ext4 disk.img