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: