[apps/code] Increase python heap to 32k

This commit is contained in:
Émilie Feral
2020-03-30 18:04:14 +02:00
parent 7c612f35a8
commit 642a7c7f61

View File

@@ -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: