allow setting lua heap size

This commit is contained in:
Matthew Kennedy 2023-09-06 14:08:27 -07:00
parent 92d2449e2f
commit 82533b5c7b
1 changed files with 2 additions and 0 deletions

View File

@ -278,7 +278,9 @@
// small memory F40x can't fit perf trace
#define ENABLE_PERF_TRACE FALSE
#ifndef LUA_USER_HEAP
#define LUA_USER_HEAP 25000
#endif
#endif
#ifndef EFI_LUA