let's throw gas at the problem!

This commit is contained in:
rusefillc 2021-09-18 17:48:01 -04:00
parent 3de124a1c6
commit 38b9698fc4
2 changed files with 2 additions and 2 deletions

View File

@ -776,7 +776,7 @@ void initEngineContoller(DECLARE_ENGINE_PARAMETER_SUFFIX) {
* UNUSED_SIZE constants.
*/
#ifndef RAM_UNUSED_SIZE
#define RAM_UNUSED_SIZE 10000
#define RAM_UNUSED_SIZE 8000
#endif
#ifndef CCM_UNUSED_SIZE
#define CCM_UNUSED_SIZE 600

View File

@ -13,7 +13,7 @@
#if EFI_PROD_CODE || EFI_SIMULATOR
#ifndef RAM_UNUSED_SIZE
#define LUA_USER_HEAP 10000
#define LUA_USER_HEAP 12000
#endif
#ifndef CCM_UNUSED_SIZE
#define LUA_SYSTEM_HEAP 10000