From 38b9698fc476346cd70545a89b23a29d41b973b3 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sat, 18 Sep 2021 17:48:01 -0400 Subject: [PATCH] let's throw gas at the problem! --- firmware/controllers/engine_controller.cpp | 2 +- firmware/controllers/lua/lua.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/controllers/engine_controller.cpp b/firmware/controllers/engine_controller.cpp index 598f73d42d..46a790073b 100644 --- a/firmware/controllers/engine_controller.cpp +++ b/firmware/controllers/engine_controller.cpp @@ -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 diff --git a/firmware/controllers/lua/lua.cpp b/firmware/controllers/lua/lua.cpp index b4b0f81e7d..f09cdc7d77 100644 --- a/firmware/controllers/lua/lua.cpp +++ b/firmware/controllers/lua/lua.cpp @@ -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