Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable logging for GC relevant information (#1432)
- call `GC.enable_logging(true)` at start of test suite - print information about what the GC thinks is the available memory We've been seeing crashes with Julia 1.10 and nightly, which may be GC related. Enabling this logging may reveal whether abnormal GC behavior is involved.
- Loading branch information