Skip to content

Commit b14799a

Browse files
committed
Reduce additional space in samples/file
1 parent 1af51ad commit b14799a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/file/wasm-app/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#define WORLD_OFFSET 7
1919
#define NAME_REPLACMENT "James"
2020
#define NAME_REPLACMENT_LEN (sizeof(NAME_REPLACMENT) - 1)
21-
#define ADDITIONAL_SPACE 1 * 1024 * 1024
21+
#define ADDITIONAL_SPACE 16 * 1024
2222

2323
int
2424
main(int argc, char **argv)

0 commit comments

Comments
 (0)