bulletphysics/bullet3

p.removeBody cannot release memory immediately

hooyahliu opened this issue · 0 comments

I tried to use p.removeBody to reset the robot, but after p.removeBody was executed, the RAM occupied by the program did not decrease but increased. But after the program takes up 95% of the RAM, the RAM no longer changes. Is this normal?