let's throw gas at the problem!
This commit is contained in:
parent
3de124a1c6
commit
38b9698fc4
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue