mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
Fix ram from 16 to 32K for python heap
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user