From befcfd10b7dbd30f464a8666f557c86e25fc6a4f Mon Sep 17 00:00:00 2001 From: Joachim Le Fournis <43498612+RedGl0w@users.noreply.github.com> Date: Sat, 5 Sep 2020 11:16:25 +0200 Subject: [PATCH] [Python] Change 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 a42979e1e..2903390a6 100644 --- a/apps/code/app.h +++ b/apps/code/app.h @@ -74,7 +74,7 @@ public: VariableBoxController * variableBoxController() { return &m_variableBoxController; } - static constexpr int k_pythonHeapSize = 32768; + static constexpr int k_pythonHeapSize = 100000; private: /* Python delegate: