()
| 618 | so the pooled DB connection is released first. |
| 619 | """ |
| 620 | def _run(): |
| 621 | cleanup_memory(force_collection=True) |
| 622 | trim_c_allocator_heap() |
| 623 | |
| 624 | if close_connections: |
| 625 | from django.db import close_old_connections |
no test coverage detected