Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Possible memory leak?
#6
(27-03-2021, 02:15 AM)LogaNRV Wrote: I assume you mean disabling "collision" in the constrains?
I tried disabling every constrain in the end Sonrisa
And.. I found a combination that stops the leak: disabling "particle collision" and "density":


I saw your report and the speed of the leak seems similar.
Maybe trying and older version of collections could help?

Particle collisions and density both use NativeQueue to generate constraints. Disabling them would stop any use of queues, so this really smells like a regression of the memory leak in NativeQueue.

Will try updating to your version of the Collections package and see if that reproduces it. You can try downgrading collections, that should help.
Reply


Messages In This Thread
Possible memory leak? - by LogaNRV - 24-03-2021, 03:11 AM
RE: Possible memory leak? - by josemendez - 24-03-2021, 08:54 AM
RE: Possible memory leak? - by LogaNRV - 25-03-2021, 03:07 AM
RE: Possible memory leak? - by josemendez - 26-03-2021, 08:59 AM
RE: Possible memory leak? - by LogaNRV - 27-03-2021, 02:15 AM
RE: Possible memory leak? - by josemendez - 29-03-2021, 09:57 AM
RE: Possible memory leak? - by LogaNRV - 29-03-2021, 11:04 PM
RE: Possible memory leak? - by flintza - 13-01-2022, 01:24 PM
RE: Possible memory leak? - by josemendez - 14-01-2022, 08:48 AM
RE: Possible memory leak? - by litefeel - 07-03-2022, 01:13 PM
RE: Possible memory leak? - by josemendez - 07-03-2022, 01:23 PM
RE: Possible memory leak? - by SpiralCircus - 14-03-2022, 02:27 PM
RE: Possible memory leak? - by josemendez - 14-03-2022, 02:38 PM
RE: Possible memory leak? - by SpiralCircus - 14-03-2022, 02:57 PM
RE: Possible memory leak? - by josemendez - 17-03-2022, 09:38 AM