mecfs_bio.build_system.runner.gc_post_execute_hook
Post-execute hook that runs Python's cyclic garbage collector between tasks.
Long-running gwaslab pipelines accumulate cycle-held objects (Sumstats/LDSC
internals) that refcounting alone cannot reclaim. Forcing a gc.collect()
after each task reclaims multi-GB of resident memory per cell-analysis task
in the s-LDSC system test.
Functions:
Attributes:
-
logger–