When I run the PyramidScheme fill_pyramids function with a 45000 x 45000 matrix the memory consumption of the julia process keeps slowely increasing until there is no RAM left on the computer and julia crashes.
This happens with threaded=true.
With threaded=false it seems as if the memory consumption stays roughly constant.
This is currently running and I will post an update as soon as this run through or crashed as well.
When I run the PyramidScheme fill_pyramids function with a 45000 x 45000 matrix the memory consumption of the julia process keeps slowely increasing until there is no RAM left on the computer and julia crashes. This happens with
threaded=true
. Withthreaded=false
it seems as if the memory consumption stays roughly constant. This is currently running and I will post an update as soon as this run through or crashed as well.