embiggen lua heap by 2x on F42x

This commit is contained in:
Matthew Kennedy 2023-03-04 00:39:12 -08:00
parent cfa9bfa44d
commit 25cea125b0
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@
#define EFI_USE_COMPRESSED_INI_MSD
#define ENABLE_PERF_TRACE TRUE
#define LUA_USER_HEAP 25000
#define LUA_USER_HEAP 50000
#else
// small memory F40x can't fit perf trace
#define ENABLE_PERF_TRACE FALSE