From 5e60f261d9792ddc94f280d90b7f7daa9397c19e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20Guid=C3=A9e?= Date: Sun, 16 Feb 2020 00:21:35 +0100 Subject: [PATCH] Fix ram from 16 to 32K for python heap --- apps/code/app.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/code/app.h b/apps/code/app.h index 024e1e12f..0d0087735 100644 --- a/apps/code/app.h +++ b/apps/code/app.h @@ -71,7 +71,7 @@ public: VariableBoxController * variableBoxController() { return &m_variableBoxController; } - static constexpr int k_pythonHeapSize = 16384; + static constexpr int k_pythonHeapSize = 32768; private: /* Python delegate: