How does this run out of ram in about 7-9 loops #11971
GM-Script-Writer-62850
started this conversation in
General
Replies: 1 comment 2 replies
-
If you are afraid of running out of ram it may help to check that by e.g. introducing a print("Free RAM",gc.mem_free()) at several places in the code. |
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 thought i found a way to reproduce a bug so i started working on test code, i may have been successful, not sure
if i run out of ram during
try:
will the script halt without a error?hardware: W5500-PICO-EVB
Beta Was this translation helpful? Give feedback.
All reactions