[Python] Change heap

This commit is contained in:
Joachim Le Fournis
2020-09-05 11:16:25 +02:00
committed by GitHub
parent cf5cd35bc9
commit befcfd10b7

View File

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