AP_Scripting: increase heap size (again)

This commit is contained in:
Andrew Tridgell 2019-12-19 09:09:37 +11:00 committed by WickedShell
parent 07415d06ab
commit b69afff6a7
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ const AP_Param::GroupInfo AP_Scripting::var_info[] = {
// @Increment: 1024
// @User: Advanced
// @RebootRequired: True
AP_GROUPINFO("HEAP_SIZE", 3, AP_Scripting, _script_heap_size, 42*1024),
AP_GROUPINFO("HEAP_SIZE", 3, AP_Scripting, _script_heap_size, 43*1024),
AP_GROUPINFO("DEBUG_LVL", 4, AP_Scripting, _debug_level, 1),