Skip to content

Commit

Permalink
[Python] Change heap
Browse files Browse the repository at this point in the history
  • Loading branch information
RedGl0w committed Sep 5, 2020
1 parent cf5cd35 commit befcfd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/code/app.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class App : public Shared::InputEventHandlerDelegateApp {

VariableBoxController * variableBoxController() { return &m_variableBoxController; }

static constexpr int k_pythonHeapSize = 32768;
static constexpr int k_pythonHeapSize = 100000;

private:
/* Python delegate:
Expand Down

0 comments on commit befcfd1

Please sign in to comment.