Is there any way to release the memory after using EzXML
’s readxml(path)
function?
I have tried
doc = readxml(path)
doc = nothing
GC.gc()
Thanks!
Is there any way to release the memory after using EzXML
’s readxml(path)
function?
I have tried
doc = readxml(path)
doc = nothing
GC.gc()
Thanks!
Assuming you are using EzXML.jl maybe you should ask there?