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: