mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[PR #28] [MERGED] [storage][apps/code] Change sizes #203
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#203
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/28
Author: @ArtichOwO
Created: 9/25/2021
Status: ✅ Merged
Merged: 9/25/2021
Merged by: @Lauryy06
Base:
upsilon-dev← Head:fix-size-error📝 Commits (2)
9b04e2a[storage][apps/code] Change sizes5254a64[apps/code] Increase heap to 67kb📊 Changes
3 files changed (+3 additions, -3 deletions)
View changed files
📝
apps/code/app.h(+1 -1)📝
apps/code/variable_box_controller.h(+1 -1)📝
ion/include/ion/storage.h(+1 -1)📄 Description
k_pythonHeapSize-> from 100K to 67K1,3k_maxScriptNodesCount-> from 128 to 642k_storageSize-> from 32768 to 64K11: See https://github.com/Omega-Numworks/Omega/issues/540
2: If not :
3:
k_pythonHeapSize+k_storageSizewas 132Kb before, but 64+64 is 128 (we lose 4Kb, not cool) so 67Kb for the heap (68 will throw an error)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.