Created
November 20, 2025 07:10
-
-
Save jmquintana79/b3472b9f396d94861932bf2745f7d980 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import gc | |
| ## --> here script content or loop-iteration | |
| # clean memory | |
| gc.collect() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment