On Thursday, 18 August 2022 2:31:41 PM AEST Colin Mazengarb wrote:
> However, when I view the windows task manager about 15Gb memory is not
> released. This only releases if I close qgis. This is annoying but not
> fatal.
If you keep running the same application, does it increase? If not, I wouldn't
worry.
> Does anyone have any suggestions how I can release the memory without
> closing qgis?
I'd run it in a separate window / python instance. If you are not using
anything in QGIS, just run it from the command line.
If you don't want to do that, consider using gc.collect().
https://docs.python.org/3/library/gc.html
Brad