Skip to content

Commit 2483572

Browse files
unittest.sh: run with more RAM
1 parent 3cd7bf1 commit 2483572

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/unittest.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ scriptdir=$(readlink -f "$mydir"/../scripts/)
88
fs="$mydir"/../internal_filesystem/
99
mpremote="$mydir"/../lvgl_micropython/lib/micropython/tools/mpremote/mpremote.py
1010
#heapsize=8M
11-
heapsize=16M # on desktop, a bit more is warranted (different C library etc)
11+
#heapsize=16M # on desktop, a bit more is warranted (different C library etc)
12+
heapsize=32M# on desktop, a bit more is warranted (different C library etc)
1213

1314
# Parse arguments
1415
ondevice=""

0 commit comments

Comments
 (0)