Skip to content

[bug]: reduce memory usage, the correct way #5

@davmacario

Description

@davmacario

To be corrected in the code: instead of using var = None to clear it, invoke the garbage collector and delete the variable data.

import gc
del var
gc.collect()

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingenhancementNew feature or requestthesis relatedRelated to my thesis

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions