Max Bytes allowed for a Pybricks program using Spike Hub? #2749
Unanswered
johnscary-ev3
asked this question in
Q&A
Replies: 2 comments 2 replies
-
|
Programs like those are very large! It's currently like that due to multiple code slots since they are all held in RAM. We should be able to make more space again (~256K RAM) if we interactively write them to storage and keep only one in RAM, but this is not done yet. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
So I guess each of the five slots gets a fixed 53K for 256K total now? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been using Pybricks Spike Hub software ver 3.6 and was doing large programs at ~70KB in size with no problem.
Using Visual Code with CoPilot AI now tends to lead to large programs.
Any way I switched one of my Spike Hubs to new Ver 4.0 software and am told that I only have 53KB for program size now.
I suppose the new features have reduced the user space.
What is the plan for future Max Bytes allowed for programs. Will it continue to decrease or do we have a target for Max program size?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions