Skip to content

Commit

Permalink
chore: alloc more memory for LM testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure-stars committed May 21, 2024
1 parent 540754d commit d2e7978
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion apps/monolithic_userboot/features.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
img
monolithic
2 changes: 1 addition & 1 deletion build_img.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2e7978

Please sign in to comment.