squash! mes-boot6: Bump arena.

* src/gc.c (gc_init)[!M2_PLANET]: Double ARENA_SIZE for boot-6.mes.
This commit is contained in:
Jan (janneke) Nieuwenhuizen 2021-05-16 09:52:09 +02:00
parent 20abfea632
commit c29fe38f9d
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ gc_init ()
#if SYSTEM_LIBC
ARENA_SIZE = 100000000; /* 2.3GiB */
#elif ! __M2_PLANET__
ARENA_SIZE = 300000; /* 32b: 3MiB, 64b: 6 MiB */
ARENA_SIZE = 600000; /* 32b: 6MiB, 64b: 12 MiB */
#else
ARENA_SIZE = 20000000;
#endif