Fix ram from 16 to 32K for python heap

This commit is contained in:
Quentin Guidée
2020-02-16 00:21:35 +01:00
parent 1039b22260
commit 5e60f261d9

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: