Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[storage][apps/code] Change sizes #28

Merged
merged 2 commits into from
Sep 25, 2021

Conversation

ArtichOwO
Copy link

@ArtichOwO ArtichOwO commented Sep 25, 2021

  • k_pythonHeapSize -> from 100K to 67K1,3
  • k_maxScriptNodesCount -> from 128 to 642
  • k_storageSize -> from 32768 to 64K1

1: See Omega-Numworks#540
2: If not :

cannot move location counter backwards (from 00000000200xxxxx to 0000000020038000)

3: k_pythonHeapSize + k_storageSize was 132Kb before, but 64+64 is 128 (we lose 4Kb, not cool) so 67Kb for the heap (68 will throw an error)

k_pythonHeapSize -> 64Ko
k_maxScriptNodesCount -> 64
k_storageSize -> 64Ko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants