You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hooks & modifications to GC to allow registration of externally allocated memory.
Goal: allow a mechanism to make the GC aware of non-Julia process memory usage.
Background in RAI-7988
* Adds calls to register allocations and frees of process memory
unaccounted for by live Julia objects, but relevant for GC
collection heuristics.
* Adds a separate call to allow the Julia program to adjust the
`default_collect_interval`.
* Increases the default collection interval (to avoid excessive
full sweeps once external memory is reported)
0 commit comments