We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d007cb8 commit aa65e1eCopy full SHA for aa65e1e
1 file changed
unix/main.c
@@ -56,7 +56,7 @@ mp_uint_t mp_verbose_flag = 0;
56
#if MICROPY_ENABLE_GC
57
// Heap size of GC heap (if enabled)
58
// Make it larger on a 64 bit machine, because pointers are larger.
59
-long heap_size = 128*1024 * (sizeof(mp_uint_t) / 4);
+long heap_size = 1024*1024 * (sizeof(mp_uint_t) / 4);
60
#endif
61
62
STATIC void stderr_print_strn(void *env, const char *str, mp_uint_t len) {
0 commit comments