Skip to content

Commit efbe756

Browse files
butokkartben
authored andcommitted
tests: ext2: reduce ram disk size for small.overlay
- Reduces the ram disc sector count from 400 to 220. - Saves about 90KB of RAM. All tests still passed. - Allows platforms with less RAM to run the ramdisc_small.overlay test. Signed-off-by: Andrej Butok <andrey.butok@nxp.com>
1 parent eb8ab0a commit efbe756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/subsys/fs/ext2/ramdisk_small.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
compatible = "zephyr,ram-disk";
1010
disk-name = "RAM";
1111
sector-size = <512>;
12-
sector-count = <400>;
12+
sector-count = <220>;
1313
};
1414
};

0 commit comments

Comments
 (0)