Blender Git Loki
Git Commits -> Revision d2da3af
Revision d2da3af by Brecht Van Lommel (master) October 3, 2018, 10:09 (GMT) |
Fix T54287: memory not freed after rendering on Linux. With new jemalloc versions memory allocated by threads that then become inactive is not longer automatically freed. Instead we have to enable a background thread to do it. Some testing is needed to find out of this is sufficient, because the background thread only runs periodically. |
Commit Details:
Full Hash: d2da3af073a63b6ae25119ebbd2e0d3c9a1b6823
Parent Commit: bf37c93
Lines Changed: +21, -0