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

not enough memory #41

Closed
Santiagocetran opened this issue May 31, 2024 · 1 comment
Closed

not enough memory #41

Santiagocetran opened this issue May 31, 2024 · 1 comment

Comments

@Santiagocetran
Copy link
Collaborator

Santiagocetran commented May 31, 2024

local mem_used, _, _ = collectgarbage("count")
print("memoria en uso: " .. mem_used)
-- Forzar una recoleccion de memoria
collectgarbage("collect")
-- 
local actual_mem = node.heap()
print("Memoria actual: " .. actual_mem )

https://gist.github.com/TerryE/eb630669a088e860193d1a10ab3686f5

nodemcu/nodemcu-firmware#457

@javierbrk
Copy link
Contributor

asociado con #72

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

No branches or pull requests

2 participants