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

New pico has memory issue #14

Closed
jake1164 opened this issue Feb 24, 2023 · 3 comments
Closed

New pico has memory issue #14

jake1164 opened this issue Feb 24, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@jake1164
Copy link
Owner

Purchased a new pico W and I am seeing constant messages:

free memory 6592
free memory after 3488
Exception memory allocation failed, allocating 256 bytes

Need to look into this and compare with previous pico.

@jake1164 jake1164 added the bug Something isn't working label Feb 24, 2023
@jake1164
Copy link
Owner Author

Found that DisplaySubsytem was importing unused date_utils saving 10k. Some other small tweeks for another 4k.
CircuitPython_schedule uses a whopping 38k, might need to re-evaluate that library.

@jake1164
Copy link
Owner Author

Raspberry Pi Debug Probe on order to see if it can offer better monitoring of memory use.

@jake1164
Copy link
Owner Author

jake1164 commented Jul 3, 2023

This does not seem to be an issue since removing scheduling library and doing the scheduling manually.

@jake1164 jake1164 closed this as completed Jul 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant