mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[Python] Change heap
This commit is contained in:
committed by
GitHub
parent
cf5cd35bc9
commit
befcfd10b7
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user