-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Labels
Description
The following file created with JLD2 0.4.53 causes memory leaks on my system (Ubuntu 22.04, Julia 1.11.0-rc3):
https://drive.google.com/file/d/1_mjdRDD-DhrEsLoVy31sDis5sGpRo-mW/view?usp=sharing
Specifically, if I load the contained file as foo = load_object("training_data.jld2")
and then do foo = nothing; GC.gc(true)
, the memory is never freed again. Hence, after a few consecutive loads, my julia sessions goes OOM.