Skip to content

Commit

Permalink
[apps/code] Increase heap to 67kb
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtichOwO committed Sep 25, 2021
1 parent 9b04e2a commit 5254a64
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 @@ -75,7 +75,7 @@ class App : public Shared::InputEventHandlerDelegateApp {

VariableBoxController * variableBoxController() { return &m_variableBoxController; }

static constexpr int k_pythonHeapSize = 64000;
static constexpr int k_pythonHeapSize = 67000;

private:
/* Python delegate:
Expand Down

0 comments on commit 5254a64

Please sign in to comment.