From 642a7c7f61ca5f6d7689c2667f4ac01729d337d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Mon, 30 Mar 2020 18:04:14 +0200 Subject: [PATCH] [apps/code] Increase python heap to 32k --- 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 479a293fe..605beb8ea 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: